Avoids hard-coding in FileMaker by using IDs instead of names
returns a list of keys held by user (Shift, Caps Lock, Control, Alt, Command) like Get ( ActiveModifierKeys ), but readable :-)
Loads all current named layout objects, since they are fields or webviewers, in named global variables
sets variables logged by VariablesLog function. Typically, use VariableLog function to set variables in a file, then pass them to another file by passing $$VariablesLog as the VariableLoadFromLog function argument.
Declares a named variable and log it in a 'super variable' ($$_VariablesLog) in order to pass it to another file or across user sessions.
In an xml structure, extracts the nodes ( _tag ) where a nested tag matches a value.