Page History
...
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:
