isExternalMacroAccessAllowed
{{MacroFunction
|name= isExternalMacroAccessAllowed
|version=1.5.0
|description=
Returns true
(1
) if the client is configured to allow external macro access (see [[MapTool_Preferences#Macro Permissions|Allow External Macro Access in MapTool Preferences). When enabled, this allows the use of other macro functions such as exportData().
|usage=
isExternalMacroAccessAllowed()
|examples= 1. Test to see if the current client can access external resources from macros.
This client has external access [r,if(isExternalMacroAccessAllowed()): "Enabled"; "Disabled"]
|changes= }}