Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Variable names may only be separated by spaces

Scroll Prev Up Next More

This compiler error will occur if variables declared in the var section of a macro are separated by anything other than a space.

 

For example:

var
    nFirstDate, bIsEndOfMonth // note the "," 
begin
 
end

All declared variables should be separated by spaces. The same applies in the input and global sections of a macro.

 


Topic 109701, last updated on 18-Apr-2020