Returns information about the components of a macro.
GETMACRO("name", form)
"name" |
- |
A string, the name of the macro. |
||||||||||
form |
- |
Optional. An integer, representing the form in which the macro is displayed:
|
A string.
getmacro("AUTOCOR", 0)
returns the string CONV(s, REVERSE(s))/(2*SERSIZE(s))) which is the body of the macro.
getmacro("AUTOCOR", 2)
returns the string (s), the macro arguments.