Use this function to seperate a part of the script code as script code for text mode output. You only should insert script code concerning the text mode output in here. If the seperation is missing or no script code is enclosed by #TextMode ... #EndTextMode the text mode output is disabled.

Example:
#TextMode
 ABCD
#EndTextMode
The seperation enables the text mode output of your lcd and you should see "ABCD" on your lcd.