How and Where can Scripts be Integrated?

The integration of scripts is easily possible via the formula editor integrated in List & Label. The actual script code can either be a direct embedded part of a formula or alternatively external code can be referenced using the LoadFile$() designer function. Furthermore, additional external code can be included within the script code using #include statements. Especially for larger scripts the use of external text files is the better choice, because they allow an easy reusability elsewhere.

The following designer functions are provided:

Script$: Returns the result of a script as a string         

ScriptBool: Returns the result of a script as Boolean

ScriptDate: Returns the result of a script as date

ScriptVal: Returns the result of a script as a number

For more information about the Designer functions, see the Designer Manual.