Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Reading values

Scripts can read values from the instance list like this:

...

   MyVariable = GETVALUE("utxtEmployeeCode");

Writing values

The script can put values on the screen like this:

   SETVALUE("utxtEmployeeCode", "myText");

Storing values

You can store values in Javascript variables and then read and write from them:

...

   myVariable = objGlobal.uLastValue;

Getting script pieces quickly

Using the Scripting Pop-up Menu

...