You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Issue a message.
Syntax
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
 
MESSAGE("Inventory item ", objListManager.AKey1[0] , "was deleted.");
 
 

  • No labels