Versions Compared

Key

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

...

For example, if in one of your scripts you wanted to display the value of an Akey that is passed into the script, ALERT_MESSAGE() would look something like this:

     ALERT_MESSAGE("The value of AKEY1 is =>" + objListManager.AKey1[0] + "<=");

and during the execution a message box like this would be displayed:

Image Modified