Previous Topic: DEALLOC()Next Topic: DS3270()


DOM()

This function deletes a previously displayed WTO or MLWTO message from the console for the operator. This function is useful for messages that are issued with non-rollable attributes.

Syntax

result = DOM(msgid)

Parameters

result

Null string (or error text).

msgid

Message ID as returned by the WTO() or MLWTO() function.

Return Codes

101

ARG 1 MISSING OR INVALID

Example

msgid = wto('Message')       /* Place message on console     */
x     = dom(msgid)           /* Remove message from console  */