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