Returns the body text of a macro
See also Macro functions.
Signature:
body
=
GetMacroBody(index)
or
GetMacroBody("name")
Arguments:
index
- Index of a macro (number
, macroID)name
- Name of a macro (string
)
Returns:
body
- Body text / commands of the macro (string
)