Hi there :D!
i got some trouble while "rewritting my game's menu code, because it was a mess!!! :S
now instead of several PRINTs, i would like to add line breaks with "\n" but it simply shows a blue square :(
here is a screenshot:
(http://s20.postimg.org/scpcgirv1/glbasic.png)
Can anyone help me please? :) thank you in advance
As far as I know this simply does not work. For every new line you need a new call for PRINT.
You could always write a function and use MID$ to check for "\n" or use SPLITSTR which might be nicer. <--- Just found SPLITSTR myself :)
you mean using SPLITSTR when border of screen/box is reached to write a new line? or Split a PRINT command?
Is the last one possible? xD
You would use SPLITSTR and then multiple calls with PRINT
thanks i understand now :D