Description
"Definition of a macro #definemacro mymacro(par1, par2) .... code par1 and par2 as constants #enddefinemacro use of a macro in the sourcecode: #macro mymacro(""test"",fielda.ent1)"
Use Case
"these macros allow coding with less lines as before. Code is more readable and easier to maintain. #macro mymacro(""test"",fielda.ent1) The old way would be: #define par1 = ""test"" #define par2 = fielda.ent1 #include mymacro #undefine par2 #undefine par1"
Importance
Faster coding, reduced error-rate
Type
Scripting/Coding
Operating System
Not Applicable
Status
Open