hasMacro
hasMacro() Function
• Introduced in version 1.3b48
Usage
hasMacro(label)
hasMacro(label, id)
Parameters
label
- The label of the macro to check for.id
- The tokenid
of the token that the function is executed on.Note: This parameter can only be used in a Trusted Macro.
Version Changes
- 1.3b51 - Added optional token
id
parameter.