PACK_MESSAGE v16
The PACK_MESSAGE
procedure places an item of data in the session’s local message buffer. You must execute PACK_MESSAGE
at least once before issuing a SEND_MESSAGE
call.
Use the UNPACK_MESSAGE
procedure to obtain data items once the message is retrieved using a RECEIVE_MESSAGE
call.
Parameters
item
An expression evaluating to any of the acceptable parameter data types. The value is added to the session’s local message buffer.
- On this page
- Parameters