Here i am ..stuck again
This time i have a RTB (look.text) that contains no more than 12 lines (it updates according to a listbox but it will never exceed 12 lines of text). The lines contain numbers like this:
2345,0,0,1,36,... and the last line will always be a number like: + or -123456789
I also have 12 textboxes (a0.text to a11.text).
How do i write each line from the RTB in a textbox?-i can't show you my code because it looks stupid and no matter what i tried i always ended up getting the same error "Index was outside the bounds of the array"-