Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I do this in VFP (STDIO via FGETS)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I do this in VFP (STDIO via FGETS)
Miscellaneous
Thread ID:
00087924
Message ID:
00087924
Views:
140
I'm trying to write a program that needs access to STDIO. Here's the C equivalent:

#DEFINE MAX_LINE 4096
char line [MAX_LINE];

fgets( line, MAX_LINE, stdin );

This is pretty straightforward, but it doesn't look like the VFP version of FGETS has a STDIO operator. I think I'm missing something really stupid...

Here's what I think I'd need to do, if I could figure out how to pass a handle to STDIO in VFP:

cLine = FGETS(STDIO,MAX_LINE)

Ideas?

-Paul
-Paul

RCS Solutions, Inc.
Blog
Twitter
Next
Reply
Map
View

Click here to load this message in the networking platform