Dennis,
But if the data comes in one long line, the file load will obviously cross over the 4096 row length limit. Jan You could load the row in a temp table (vchar(?)) or 'Note' and using the desired function (sget, etc.) pull the info. Heck you could load the whole darn thing as rows in temp and process the whole batch. Sincerely, Paul D www.SystemNets.com

