.. highlightlang:: us .. index:: TBGetText .. _tbgettext: TBGetText ========= .. us.tag TBGetText NOTREADYENGLISH TB_Get Returns the text. .. function:: ssText = TBGetText(hText) .. us.return **Return Value** *ssText* is a scalar string. .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. us.comment **Comment** The lines of a Text with multiple lines is separated by ``\n``. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBSetText` :sub:`id-1555812`