TBGetTextΒΆ
Returns the text.
- ssText = TBGetText(hText)
Return Value
ssText is a scalar string.
Parameters
- hText
The handle of a text object created with TBCreate.
Comment
The lines of a Text with multiple lines is separated by \n
.
See also
id-1555812