Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Init. a New Property to work with a File Pointer
Message
De
08/09/1998 15:56:52
 
 
À
08/09/1998 15:54:42
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00134212
Message ID:
00134213
Vues:
12
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform