GLBasic forum

Main forum => GLBasic - en => Topic started by: bricky91 on 2008-Mar-23

Title: text with some lines
Post by: bricky91 on 2008-Mar-23
hi! is there a function to write a text with more than a line? like this

this is a
text with
3 lines

how can i make this? is there a symbol to put in the PRINT function to stars a new line?
thenks bye!
Title: text with some lines
Post by: Schranz0r on 2008-Mar-23
There is a Sample in the GLBasic/Sample/X-tras folder called BoxPrint ;)
Title: text with some lines
Post by: bricky91 on 2008-Mar-23
oh, thanks! i didn't see it :)
Title: text with some lines
Post by: Schranz0r on 2008-Mar-23
;)
Title: text with some lines
Post by: mull on 2008-Mar-24
Look at SPLITSTR.
Title: text with some lines
Post by: bricky91 on 2008-Mar-24
thanks a lot! works great! ::D