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