Intrinsic-12 Text |
Top Previous Next |
12: Text(device, address);
This intrinsic outputs an ASCII text string, beginning at the specified address, to the specified output device. For example:
Text(0, "This is a string"); String:= "HELLO"; Text(2, String); \Print HELLO on the printer
Controlling Screen Refresh can speed up this intrinsic. See the Console Refresh section for more information.
|