Hi
I have a textfile which is formatted like below code then tab then size - size is a list of sizes separated by a comma but could be 1 or 20 values.
code <tab> size
AP01<tab>12,14,16,18,20
TR01<tab>28,30,32,34,36,38,40,42
what is the best way to extract the sizes from the text is there a way to fill an array with these values for example
any help would be much appreciated
regards
Andrew