ReadyScript
Error Messages

If there is an error in your script file, Sahafi informs you by printing the offending lines in a dialog box with a message. The new document is not created. Most of messages are self-explanatory. Examine the line that Sahafi couldn't interpret and compare it to the command description in this guide. Often the error is a simple typing mistake. Correct the error and resave the text file.

There is a syntax error in the script file.
A comma or an argument that is required by the command is missing.

The script file ended in the middle of a command.
Sahafi couldn't find the closing curly bracket.

A command in the script file contains the wrong number of equal signs.
ReadyScript commands should have only one equal sign. To use an equal sign inside entered text, use the proper symbolic command.

There are two open commands without a close command.
A close curly bracket is missing from a statement.

There is an unknown command in the script file.
A command name is misspelled.

There is an error in the arguments which follow a command.
An argument that is required by the command is incorrectly specified.

There is an error in a <name> command.
You have probably made an error in the syntax or argument requirements of the command.