xHarbour Reference Documentation > Command Reference |
Displays a block of literal text.
TEXT [TO PRINTER] [TO FILE <fileName>] <text> ENDTEXT or TEXT INTO <varName> <text> ENDTEXT
The TEXT...ENDTEXT command outputs a block of literal text to the console. Output can be directed additionally to a printer or a file. When SET CONSOLE is set to OFF, the screen output is suppressed.
ALternatively, the text is assigned as character string to the variable <varName> when the INTO option is used.
See also: | ? | ??, @...SAY, MLCount(), MemoLine(), SET ALTERNATE, SET CONSOLE, SET DEVICE, SET PRINTER |
Category: | Console commands |
Source: | rtl\text.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com