Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full Blown VFP-like Command Window in VB
Message
From
02/05/2007 08:24:07
 
 
To
02/05/2007 07:55:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01221709
Message ID:
01221745
Views:
35
>>>>Hi Graig,
>>>>
>>>>In your blog, I read "You can't do control structures such as IF/ELSE, FOR, DO WHILE, etc. in the Command Window. "
>>>>
>>>>I don't know if I get your statement right, but I've been doing that for years in VFP...
>>>Really !
>>>
>>>from help
>>>
>>>The commands IF, ELSE, ENDIF, TEXT, ENDTEXT, EXIT, RETRY, RETURN, SUSPEND, DO WHILE, ENDDO, DO CASE, ENDCASE, SCAN, ENDSCAN, FOR, and ENDFOR are not allowed in the Command window; you must use these statements in a program.
>>>
>>>
>>>
>>>like Craig I don't think you can .Can you give an example .
>>>
>>>Thanks
>>>
>>>Nick
>>
>>Actually you can, but it has practically no value. If you type a small program in the command window, and use ctrl-enter instead of enter, you can highlight what you have written, right-click and choose Exectute Selection. What happens "behind the scene" is that VFP creates a temp file, execute it and deletes it, this is also what happens when you use the Execscript() function.
>
>I've been doing that for a long time too, but I'm not sure why you say it has practically no value. I use it to test loops and bits of code when I don't feel like dropping little prgs all over the place that I have to delete later.

I find it much easier to type MF+Enter, which expands to MODIFY COMMAND due to intellisense. This opens up a empty program window with no name. If my code works, I either save as a prg, or I copy-and-paste into the relevant place. and my command window doesn't get cluttered.
Previous
Reply
Map
View

Click here to load this message in the networking platform