Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Missing END at the end of the Macro

Scroll Prev Up Next More

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