Return to home pageGo to previous document on same levelGo to next document on same levelMove up one levelGo to sitemapmailto:dpwolfer@swissonline.ch

Statement syntax

Wintrack's macros, custom setup and variable definition files consist of executable statements and free commentary. Each file type has its own statement library, but all these statements share the same basic syntax:

statement 'commentary
 parameter=value parameter=value 'commentary
 parameter=value,value,value 'commentary
'commentary

The statement name statement identifies the statement and is followed by a list of parameters, each identified by a parameter name and being assigned a value. Some parameters require multiple values, which are separated by commas. White spaces separate parameters and statement names. Never put white spaces between parameter names and their assigned values or between multiple values of a parameter! Parameters may be distributed on multiple lines as long as each new line of a composite statement begins with a white space. Any text that appears to the right of a single quote is considered commentary and will not be interpreted. Empty lines between statements are ignored as well.


Go to previous document on same levelGo to next document on same levelMove up one levelGo to sitemap