Get text block

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Text NO NO YES All

Syntax

Get text block field-name

Description

This command loads the current contents of the text buffer for the current method stack into the specified field or variable. You build up the text block using the Begin text block and Text: commands. Following an End text block, you can return the contents of the text buffer using the Get text block command.

Example

Begin text block
  Text: Thought for the day: (Carriage return)
  Text: If a train station is where the train
  Text: stops, what is a work station?
End text block
Get text block lTextString
OK message {[lTextString]}