I would like to have a string variable -- for example:
line1 = "0020333334561111111234555500000";
line2 = "A00023454B2345266C23546734D267";
I want to be able to read the 12th character in (in the examples it would be 6 or 3) and do something with that character. A data table of sorts. I know I can do it with commas, but I would like to pack some code together just because. LOL
Ideas?