string$ (optional) - string variable or value |
Writes a string to the front buffer (i.e. the screen), and starts a new dxLine. If the optional string parameter is omitted, then the command will just start a new dxLine. See also: dxWrite. |
; dxPrint Example ; ------------- dxPrint "Blitz " dxPrint "Basic" |