<dpMacroDefine>
D E F I N I T I O N:
<dpMacroDefine> is the preferred way of defining macros. By defining macros with <dpMacroDefine> you have the extra advantage of being able to call a macro from within macro definition.
<dpMacroDefine macroName>
macro
</dpMacroDefine>
A T T R I B U T E S:
Not applicable.
E X A M P L E S:
<dpMacroDefine linkLayout>
<dpHeadline><br>
<dpSummary><p>
</dpMacroDefine>
<dpMacroDefine sectionLinks>
<dpQuery issue="this" section="this">
<dpMacro linkLayout>
</dpQuery>
</dpMacroDefine>
| Home: Support: Reference Guide: Variables & Macros: <dpMacroDefine> | Questions? Comments? Please write support@desert.net. |