Is there a way to handle varables read from files that let's us read
multiple variables in from one line and parse that line into multiple
variables? (hope I said that clearly)...the idea would be to be able to
take a data file like:
name, addr, city, st, zip
name, addr, city, st, zip
...
and read one line each into ${customer} (or some such) and then parse
${customer} into
${name}, ${addr}, etc.
Or, is there some other way of accomplishing the same thing?
J
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]