splitting a line?

Blitz3D Forums/Blitz3D Beginners Area/splitting a line?

Jay Kyburz(Posted 2004) [#1]
is there sintax for splitting a line?

IF (var1=10) and (var2=20) and *something here*
(var3=20) and (vae4=10) then

do something

End If


big10p(Posted 2004) [#2]
Further explanation required! :)


Koriolis(Posted 2004) [#3]
Not in Blitz3D nor BlitzPlus.

In BlitzMax there is ".." :

IF (var1=10) and (var2=20) and ..
(var3=20) and (vae4=10) then


Curtastic(Posted 2004) [#4]
nope


big10p(Posted 2004) [#5]
Oh, I see what you're asking now!


...but the answer's still nope! :P


Jay Kyburz(Posted 2004) [#6]
thanks everybody