Blitz3D Docs -> Write
Write string$
Parameters:
string$ - string variable or valueDescription:
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




