Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Use of the underscore is reserved for system variables

Scroll Prev Up Next More

This compiler error will occur if you try to declare a variable with a name whose second letter is an underscore '_'.

 

For example:

var
   n_December_31
begin
 
end

Names with an underscore as the second character are reserved for system variables.

 


Topic 108193, last updated on 18-Apr-2020