Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A Newbie Question, I guess...
Message
From
20/11/2000 13:55:00
 
 
To
20/11/2000 13:42:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00443741
Message ID:
00443751
Views:
14
>I am very new at working with VFP and I have a question, which probably stams from the fact that I come from a C and Pascal background. The question is: is there anyway to make a .prg file interactive? Just a simple .PRG file, nothing fancy. What I want to do is, to ask the user to insert a number (just like cin>>variable in C) and store that number in a variable.
>Thank you.

How about:

ACCEPT "What do you want? " TO cvar
? cVar
Sylvain Demers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform