dxWrite%(string$)
Parameters
string$ - string variable or value
Description
Writes a string to the front buffer (i.e. the screen), but doesn't then start a new dxLine (unlike dxPrint).
See also: dxPrint.
Example
; dxWrite Example
; -------------
dxWrite "Blitz "
dxWrite "Basic"
Index