ALERT_MESSAGE Function
Issue a message as an alert.
Syntax
ALERT_MESSAGE(sMessageText1 [, sMessageText2] ...)
Parameters
sMessageText1 |
Required. String that contains the first message to be issued. |
|---|---|
sMessageText2 |
Optional. Other strings that are to be concatenated with the first message string (a separator space is automatically added between each string). |
|
Return Value
None
Example
ALERT_MESSAGE("Inventory item ", objListManager.AKey1[0] , "was deleted.");
[<span style="color: #0000ee"><span style="text-decoration: underline; ">Show Contents List</span></span>|../../index.htm#lansa/l4wrmp03_0130.htm]