by Kim » Mon May 24, 2010 8:51 am
Just quickly, if you know how many fields there are in each record - move the record to a char var variable, index for each comma and substr the field out. If you don't know how many fields or want to be safe always check the return value is > zero.
You can automate this by putting into a do while loop and updating the indexes at the bottom of each loop.
Hope that helps, Kim