re open and read commands
Kenneth Brody
kenbrody at bestweb.net
Mon Dec 3 07:10:00 PST 2007
Quoting Mike Fedkiw (Sat, 1 Dec 2007 23:05:46 -0500):
> the following line gives me a syntax error
>
> import ascii ifile = c:\imagelist.wri r=\n
With IMPORT ASCII, you need to specify both "r=" and "f=":
import ascii ifile = c:\imagelist.wri r=\n f=,
Alternatively, you can use IMPORT WORD, which assumes the CSV format:
import word ifile = c:\imagelist.wri
--
KenBrody at BestWeb dot net spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com
More information about the Filepro-list
mailing list