MESSAGE Function

RAMP-TS

MESSAGE Function

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

 

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.

The maximum length of the message strings when concatenated must be no more than 130 characters.

  

Example

 

MESSAGE("Inventory item", objListManager.AKey1[0] , "was deleted.");