This compiler error will occur if the keyword end is not found at the end of a macro. For example:
var
begin
bRESULT = true
sRESULT = 'hello!'
// missing end
This error can only occur if you deleted the end keyword accidentally, since it is automatically part of any macro created using the new macro command.
Topic 109506, last updated on 18-Apr-2020