Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_fget api syntax
Message
De
09/07/1998 12:02:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
_fget api syntax
Divers
Thread ID:
00115773
Message ID:
00115773
Vues:
55
I use fget but I am limited to 254 character. I want to use _fget (API) but I am not able to declare the api function:

int _FGets(FCHAN chan, char FAR *buffer, int maxlen)

here the sample they give in help for using _fget

SET LIBRARY TO FGETS
fc = FCREATE("x", 0)
= FPUTS(fc, REPL("X", 512), 512)
= FCLOSE(fc)
= XFGETS("x")
DELETE FILE x

I think that with _fget I will be able to put more than 254 charactere in a variable.

Michel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform