End text block

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

Syntax

End text block

Description

This command marks the end of a block of text which is placed in the text buffer for the current method stack. 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]}