Coding Standards & Examples - Custom Functions
Custom Functions should be named in the singlar with underscrores used in place of spaces in words.
Example for custom functions:
Record_Count
WindowNumber - Grabs the number of the currently active window if window naming follows Linear Blue standards
Standard Shortcuts:
SP = Get( ScriptParameter )
SPR( x ) = Get( ScriptParameter ) Repetition
Button = Get( LastMessageChoice )
Error = Get( LastError )