Functions Reference

Table Of Contents
66 FileMaker Functions Reference
Description
Returns a number representing the active repetition of a repeating field (the repetition that
currently contains the cursor). The first repetition is 1. If the current field isn’t a repeating
field, the function returns 1.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 5 when the cursor is in the fifth repetition of a repeating field.
Get(ActiveSelectionSize)
Format
Get(ActiveSelectionSize)
Parameter
None
Data type returned
number
Description
Returns a number representing how many characters are selected. Returns 0 if there is
no selection.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 4 when 4 characters are selected.
Get(ActiveSelectionStart)
Format
Get(ActiveSelectionStart)
Parameter
None
Data type returned
number