Home
Products
Community
Manuals
Contact
Login or Signup

Blitz3D Docs -> Write

Write 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 line (unlike Print).

See also: Print.

Example:

; Write Example
; -------------

Write "Blitz "
Write "Basic"

Comments

None.

Blitz3D Manual Forum

BlitzPlus Equivalent Command