Go to documentation repository
Page History
...
At startup embedded syntax analyzer checks if names of functions are spelled correctly, but does not check the position of key characters - commas, semicolons and nested parentheses, etc. Therefore bugs In order to track the bugs in the program, if any, it is necessary to activate the Debug 4 debug mode (see Selecting and enabling the debug mode of Intellect software). In there are syntax errors, will make themselves evident only the Critical errors window will be displayed at the stage of the program body execution. This window lists the names of functions with incorrect syntax and other debugging information.
Info | ||
---|---|---|
| ||
If the syntax is correct, but the program still does not work or works with errors, it is recommended to rewrite the program in JScript (see Programming Guide (JScript)). |