I need to get each line from a textbox because I need to remove the first 6 bytes from each line so I can write the textbox data out to a file
Each line in the textbox is prefixed with a 6-byte line number like this:
I do not want to save the line numbers
Each line in the textbox is prefixed with a 6-byte line number like this:
Code:
0001: This is line 1
0002: This is line 2
'
'
0145: This is line 145