| ||||||||
Technical Support On-Line Manuals A166 User's Guide | Bracket FunctionThe Bracket MPL function prevents macro processing of specified text. The syntax for the bracket function is: %(balanced-text) The bracket function disables all macro processing of the balanced-text contained within the parentheses. However, the Escape function, Comment function, and parameter substitution are still recognized. The length of the balanced-text is not limited. Therefore, the bracket function may prove easier to use than the escape function. For example: ASM%(166) Evaluates to ASM166 %(1,2,3,4,5) Evaluates to 1,2,3,4,5 Source Text %*DEFINE (DW (LIST, LABEL)) ( %LABEL: DW %LIST ) %DW (%(120, 121, 122, 123, -1), TABLE) Output Text TABLE: DW 120, 121, 122, 123, -1 Note
| |||||||
| ||||||||