Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

Macro example

$
0
0

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;

}


Viewing all articles
Browse latest Browse all 15740

Trending Articles