Help

Table Of Contents
FILEMAKER PRO HELP 800
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(ScriptAnimationState)
Purpose
Indicates whether or not animations are enabled for the current script.
Format
Get(ScriptAnimationState)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 13.0
Description
Returns 0 if animations are disabled for the current script.
Returns 1 if animations are enabled for the current script.
Animations are off by default while a script is running.
Note In FileMaker WebDirect, this function is not supported and returns an empty string.
Examples
Returns 1 when the current script has been set to enable animations using the Set Script Animation
script step.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas