DRAW_TEXT textString
Purpose Draw the textString starting from the position of the last displayed character, using the same text size.

Note:Unlike DRAW_TEXTPOS, this command will wrap the text to the next line if the text string to be displayed goes beyond the current screen width.
Parameters textString
Examples DRAW_TEXTPOS 10,0,"Hello World! ", 2
DRAW_TEXT  "- this text continues from"
DRAW_TEXT  "the end of the last drawn text"
Comments:
See Also DRAW_TEXTPOS

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual