Functions Reference

Table Of Contents
Chapter 7
|
Get functions 67
Description
Returns a number representing the starting character of the selected text. Returns the
cursor's current position if no text is selected.
If there are multiple windows open in the current database file, a result is returned for only
the foreground window.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 5 when the selection starts at character 5.
Get(AllowAbortState)
Format
Get(AllowAbortState)
Parameter
None
Data type returned
number
Description
Returns 1 if Allow user abort script step is on, otherwise returns 0.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 1 if Allow user abort script step is on.
Get(AllowToolbarState)
Format
Get(AllowToolbarState)
Parameter
None
Data type returned
number