Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set default to a variable
Message
 
 
To
22/03/2009 22:31:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01390475
Message ID:
01390487
Views:
57
>Thanks Naomi! :)
>
>I'm trying to do the same thing with FCREATE.. errfile=FCREATE(cDir+'test.txt')
>
>Errfile always returns -1 even if the directory in cDir exists.
>
>What's wrong?

Try
errFile = fcreate(addbs(cDir) + 'test.txt')
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform