Macro Substitutions

Just as you use macros to substitute text within a description file, you use the following syntax to substitute text within a macro:

$(macroname: string1 = string2)

Every occurrence of <string1> is replaced by <string2> in <macroname>. Spaces between the colon and <string1> are considered part of <string1>. If <string2> is a null string, all occurrences of <string1> are deleted from the macro. The colon ( : ) must immediately follow <macroname>.

Note: The replacement of <string1> with <string2> in the macro is not a permanent change. If you use the macro again without a substitution, you get the original unchanged macro.