-
Notifications
You must be signed in to change notification settings - Fork 2
_tid
bergsma edited this page Sep 26, 2014
·
3 revisions
#tid
###Return the transaction id from the last incoming message.
Syntax
status = tid ;
Arguments
- None
Return Value
str status
- xxxxxxxx : The tid is part of the message header. It is customarily a randomly generated 8 digit hex value.
The STATUS variable is set to $ACKNOWLEDGE
str status
- xxxxxxxx : The tid is part of the message header. It is customarily a randomly generated 8 digit hex value.
The STATUS variable is set to $ACKNOWLEDGE
Exceptions
- %ARGUMENT: Invalid arguments. Usage: status = tid ;
Description
- None
Examples
puts {"The TID of the last message received was ",tid} ;
Related Links
None