FUNCTION GetText : ReturnValues
This function returns the language specific text of a textlist as STRING.
Scope
Name
Type
Comment
Return
GetText
ReturnValues
Possible last error values:
ERR_INSUFFICIENT_BUFFER ERR_PARAMETER ERR_FAILED ERR_OK
ERR_INSUFFICIENT_BUFFER
ERR_PARAMETER
ERR_FAILED
ERR_OK
see ReturnValues (ENUM) where possible error reasons are described.
Inout Const
sTextList
STRING
The textlist name
sTextIndex
The textlist id
Input
psText
POINTER TO STRING
The buffer where the result text should be returned
diSize
DINT
The size of the parameter psText in byte that the parameter SIZEOF() can be used