dxPrint(string$)

Parameters

string$ (optional) - string variable or value

Description

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.

Example

; dxPrint Example
; -------------

dxPrint "Blitz "
dxPrint "Basic"

Index