innovative data solutions
+44 (0)845 521 0015
Client Login »
 

Coding Standards & Examples

» Fields
» Tables
» Scripts
» Objects
» Custom Functions

Coding Standards (PDF)

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 )