Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Init. a New Property to work with a File Pointer
Message
From
08/09/1998 15:56:52
 
 
To
08/09/1998 15:54:42
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00134212
Message ID:
00134213
Views:
13
>How do I initalize a New property to work with a FILE Pointer from fcreate/fopen?
>
>For other expressions I use:
>
>.T. / .F. Logical
>123 Dec.
>123.45 float
>asjg character string
>etc.
>
>And so on...
>
>
>Thanks.

You can say Thisform.FilePointer=0, if you want, but it's unnecessary. It's enough to create it and later fire:
Thisform.FilePointer=FCREATE("c:\temp\myfile.txt")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform