> Hi - just wondering how to go about looping over a list generated from a csv
> file that has empty fields, ie, 1,2,3,4,,6,7

Replace your empty fields with spaces and then Trim the spaces when you put the
fields in the array:

Replace(csv_var, ",,", ", ,", "ALL")

--
<mack />
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to