TOC PREV NEXT INDEX

 


Syntax Errors


TclPro Checker generates a syntax error when it encounters any errors that will cause your script to fail, such as the wrong number of arguments or invalid types or options. For example, the following code generates a syntax error is because the wrong number of arguments are supplied:


set x 3 45

Only commands defined in Tcl, Tk, or [incr Tcl] are checked for syntax errors.




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX