Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_fget api syntax
Message
From
09/07/1998 12:02:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
_fget api syntax
Miscellaneous
Thread ID:
00115773
Message ID:
00115773
Views:
54
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
Next
Reply
Map
View

Click here to load this message in the networking platform