Blake81
Well-known member
I need to loop through each line of a textbox so I can write the line to an XML element. This isn't an XML question though. I know how to do this with a listbox, but I tried the following with a textbox and it gives me an error:
For y = 0 To Directions.Lines - 1
How can I loop through each line and do something with the selected line?
For y = 0 To Directions.Lines - 1
How can I loop through each line and do something with the selected line?