CalcIt Commands

ERROR(...)

Generates a Run Time (RT) Error. This command stops the execution of the code. The error message is passed the same way as with PRINT command, so see PRINT on how you can pass a formatted message to this command. E.g.

Error('Number too big ',nm);

Go Back