Hai all,
I am working on Macros. I am geting syntax error in the below code in the line #LMacReportLog. Could you please help me.
static void MacroExample(Args _arg)
{
int a =1;
;
#localmacro.LMacReportLog
a
print("Hai-%1 --LM, print.");
info("Hai-%1 --LM, Infolog.");
#endmacro
#LMacReportLog
pause;
}