Example of Macros in ax 2012
You can create a temporary text message using like this
here the TestMacro is not present in Macro node in ax 2012
i created a temporary Macro
from this i called Macro and getting the information using like this...
static void TestMacro(Args _args)
{
#define.test("Hai hello how do you do?")
info(strFmt("%1",#test()));
}
Thank you.
No comments:
Post a Comment