InterviewSolution
Saved Bookmarks
| 1. |
How Would You Invoke A Macro? |
|
Answer» After I have defined a macro I can INVOKE it by adding the PERCENT sign prefix to its name like this: % macro name a semicolon is not required when INVOKING a macro, though adding one GENERALLY does no harm. After I have defined a macro I can invoke it by adding the percent sign prefix to its name like this: % macro name a semicolon is not required when invoking a macro, though adding one generally does no harm. |
|