Global variables example

In this example, the Total and Warning Flag fields are global variables. The following two script statements add the value in the Current Amount field to Total and set Warning Flag to false.

Total of globals = Total of globals + 'Current Amount';
'Warning Flag' of globals = false;


Documentation Feedback