IMPORT Changing File Names
Kenneth Brody
kenbrody at bestweb.net
Wed Aug 18 14:23:02 PDT 2004
> Art Moore wrote:
[...]
> I have tried: IMPORT word merge=c:\directoryname\ {fn. Got Bad
> Function Number error.
That's because "c:\directoryname\ {fn" is not a valid filename. (Though
I don't know why you don't get a different error code.)
You want:
import word merge=("c:\directoryname\ " { fn)
(note the space between the backslash and close-quote) or the easier to
read:
import word merge=("c:/directoryname/" { fn)
> Also, is the filename limited to 8 characters? It seems when I use more than
> 8 I have trouble.
No, you are not limited to 8.3 under the Windows version of filePro.
Can you define "it seems I have trouble"?
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list