|
|||||||||||
|
Technical Support On-Line Manuals A251 User's Guide |
A251 User's GuideBracket 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%(251) Evaluates to ASM251 %(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
| ||||||||||
|
|||||||||||