How do you do a line contiuation in BMax?

BlitzMax Forums/BlitzMax Programming/How do you do a line contiuation in BMax?

...

...

You should call pac man

a line contiuation ? wtf :x

DrawLine ?

no as in "This is a line\nthis is a new line"

lol

OH
Got it...
Well I wish there is a feature for this... but there is not (as far as I can remember)

yeah, I have tried it too, with no luck :P

Not sure what you mean...
Print "Hello~nWorld"

Print "Hello " + ..
"World"


there we go, that works, thanks ! :)

damn

this however does not work.

SetGraphicsDriver GLMax2DDriver()
Graphics 640,480,0

DrawText  "Hello~nWorld",10,10
Flip

WaitKey
End



Thats quite normal ... with free pixel placement you can define the line height etc

true