Re: [Axapta-Knowledge-Village] Axapta 3.0 Macro Questions

2004-12-10 Thread Varden Morris
Most of the following information is from the Developer’s Guide. A macro is a code or text substitution that cannot run independently, but can be used anywhere you can write code in the system, for example in jobs, classes and forms.   MorphX has a built-in macro-preprocessor. The purpose of m

[Axapta-Knowledge-Village] Axapta 3.0 Macro Questions

2004-12-09 Thread leolql2003
Hi,all 1.What is Macro declaration? 2.Where can I make a Macro declaration?(in a job, in AOT Macro Node, or in a method) 3.After making a Macro declaration, how can I use it? 4.For example in the developer guide: #localmacro.ComplexMacro #DEFINE.ARG(%1); // Defines a macro variable ARG #I