I am attempting to read in from a txt file strings that are very similar to the following:
YXCZ0000292=TRUE
or
THS83777930=FALSE
I need to use string split to collect a serial number and put it into a variable I can use later as well as use the true or false portion of the string to set a check box. The serial numbers will never be the same and the TRUE or FALSE portion can be random. Anyone have a good way to handle this one?