I need some help please, I have a string value that reads "001003051". I need some help with parsing the value to read the first 3 values "001" from left to right so that I can do a validation check on them. Once the validation has been completed I need to move to the next 3 values "003" and do the same process until there is no more data to read.