Help

Table Of Contents
FILEMAKER PRO HELP 801
Get(ScriptName)
Purpose
Returns the name of the script currently running (or paused).
Format
Get(ScriptName)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Description
For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at http://help.filemaker.com
.
Examples
Returns Print Report when the Print Report script is running.
Returns Update Customer when the Update Customer script is running.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(ScriptParameter)
Purpose
Returns the script parameter passed into the current script.
Format
Get(ScriptParameter)
Parameters
None