Hi,
A commercial system that I am working with only exports delimited files. I am able to append these records into a dbase file, but I dont know how to parce the individual fields. In a structured file, I would normally use REPL field WITH SUBSTR(temp,1,10), etc, but that doesn't work for a...