splitting a line?
Blitz3D Forums/Blitz3D Beginners Area/splitting a line?| 
 | ||
| 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 | 
| 
 | ||
| Further explanation required! :) | 
| 
 | ||
| Not in Blitz3D nor BlitzPlus. In BlitzMax there is ".." : IF (var1=10) and (var2=20) and .. (var3=20) and (vae4=10) then | 
| 
 | ||
| nope | 
| 
 | ||
| Oh, I see what you're asking now! ...but the answer's still nope! :P | 
| 
 | ||
| thanks everybody |