Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File() function
Message
 
 
To
08/05/2001 14:09:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00504898
Message ID:
00504903
Views:
20
>Hi All,
>
>I'm having a problem with the File() function. I get an error on the following IF File command: "Missing )"
>
>The first 2 commands work fine and the file comes up in the browse. But I can't seem to get the FILE() function to work. ANy suggestions? TIA.
>
>USE C:\CHANDLER\MYLABELS
>BROW
>IF FILE(C:\CHANDLER\MYLABELS.DBF)
>ENDIF
>
>Regards,
>
>Paige
It has to be
IF FILE("C:\CHANDLER\MYLABELS.DBF")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform