Installation and New Features Guide

Table Of Contents
Functions and script steps | 31
Functions and script steps
1 Install OnTimer Script script step — Runs a specified script at the
specified interval.
1 Open Edit Saved Finds script step — Opens the Edit Saved Finds
dialog box, which lets the user create new Find statements or edit
existing Find statements.
1 Print script step — Improved to let you save a specified target printer
with a name of any length when a script runs.
1 Set Field By Name script step — Lets you use a calculation to
dynamically specify a field name in a script rather than requiring you
to specify each possible field name in an If...Else construction.
1 Char(number) function — Returns the character or characters
representing the Unicode points for a specified number.
1 Code(text) function — Returns the Unicode point or points for the
specified text characters in Number format.
1 GetFieldName(field) function — Returns the fully qualified field
name (tableName::fieldName).
1 Get(DocumentsPathListing) function — Returns a recursive list of
files and folders located in the folder returned by the
Get(DocumentsPath) function.
1 Get(TriggerKeystroke) function — Returns the text string that
activated an OnObjectKeystroke or OnLayoutKeystroke script trigger.
1 Get(TriggerModifierKeys) function — Returns the state of keyboard
modifier keys (such as the Shift and Control keys) when a script was
triggered.