Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Variables

Other Variables

Scroll Prev Up Next More
system and temporary variables in the debugger watches list

system and temporary variables in the debugger watches list

If you look at the variables watch list of the macros debugger, you will notice variables that you have not declared.

 

System Variables

 

Variables which have an underscore "_" as the second letter of their names, such as n_TokenDate, are discussed in system variables.

 

Temporary Variables

 

Variables of the form b001..b999, n001..n999 and s001..s999 are temporary variables created by the compiler and are discussed in compiled code.

 

Both types of variables cannot be modified by your code, but in the case of system variables, they are an essential element of writing macros.

 


Topic 108215, last updated on 18-Apr-2020