dbowling
Nov 7th, 2000, 03:17 PM
hello
i am converting one file to another from an old dos program and the old file has some empty fields that i don't want in the new file. i have been able to convert the file but it brought all the empty fields. i tried these statements with not results Please help
if trim(Len(Name)) = 0 then skip saving this record
if Len(trim(Name)) = 0 then skip saving this record
neither works Please help
i am converting one file to another from an old dos program and the old file has some empty fields that i don't want in the new file. i have been able to convert the file but it brought all the empty fields. i tried these statements with not results Please help
if trim(Len(Name)) = 0 then skip saving this record
if Len(trim(Name)) = 0 then skip saving this record
neither works Please help