clear_text_result — Clear a text result.
clear_text_result( : : TextResultID : )
clear_text_result clears the text result in TextResultID
and frees all underlying memory.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
TextResultID (input_control, state is modified) text_result(-array) → (handle)
Text result to be cleared.
clear_text_result 返回值 2 (
H_MSG_TRUE)
.
Foundation