How do you do a line contiuation in BMax?

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

JoJo(Posted 2005) [#1]
...


McFox(Posted 2005) [#2]
...

You should call pac man

a line contiuation ? wtf :x

DrawLine ?


SillyPutty(Posted 2005) [#3]
no as in "This is a line\nthis is a new line"


DH(Posted 2005) [#4]
lol


McFox(Posted 2005) [#5]
OH
Got it...
Well I wish there is a feature for this... but there is not (as far as I can remember)


SillyPutty(Posted 2005) [#6]
yeah, I have tried it too, with no luck :P


Yan(Posted 2005) [#7]
Not sure what you mean...
Print "Hello~nWorld"

Print "Hello " + ..
"World"



SillyPutty(Posted 2005) [#8]
there we go, that works, thanks ! :)


SillyPutty(Posted 2005) [#9]
damn

this however does not work.

SetGraphicsDriver GLMax2DDriver()
Graphics 640,480,0

DrawText  "Hello~nWorld",10,10
Flip

WaitKey
End




Dreamora(Posted 2005) [#10]
Thats quite normal ... with free pixel placement you can define the line height etc


SillyPutty(Posted 2005) [#11]
true