Issue a message as an alert.
Syntax
ALERT_MESSAGE(sMessageText1 [, sMessageText2] ...)
Parameters
|
Return Value
None
Notes
This request may be handled asynchronously. The consequences of invoking it may not be visible or useable until your currently active RAMP-TS script(s) complete executing and yields control back to the RAMP-TS manager.
Example
ALERT_MESSAGE("Inventory item", objListManager.AKey1[0] , "was deleted.");