Function
Purpose
Get the string data from a text message.
COBOL Call
CALL "tibemsTextMsg_GetText"
USING BY VALUE message,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
Note: message and
text have usage pointer.
Parameters
Parameter
|
Description
|
message
|
Get the string from this message.
|
text
|
Store a pointer to the string (within the message).
|
Remarks
When the message does not contain any text (because none has been set), this function sets its text parameter to null.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.