what im trying to do is get every line and draw them seperatly in a printing function. the textbox.lines method detects the end of a line when a "return" has been pressed etc. what i need is to get each visual line (ex:
|This specific procedure is really pissing|
|me off |
line 1 = "This specific procedure is really pissing"
line 2 = "off"
unlike it all returned in 1 line since wordwrap is on and thus auto-goes to the next line.
so what im asking is in what way can you retreive each individual line? any way / method / tip / would be helpful.
________
thanks
|This specific procedure is really pissing|
|me off |
line 1 = "This specific procedure is really pissing"
line 2 = "off"
unlike it all returned in 1 line since wordwrap is on and thus auto-goes to the next line.
so what im asking is in what way can you retreive each individual line? any way / method / tip / would be helpful.
________
thanks