Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full Blown VFP-like Command Window in VB
Message
De
02/05/2007 08:12:39
 
 
À
02/05/2007 07:55:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01221709
Message ID:
01221742
Vues:
18
>>>>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 usually have a temp folder in my development structure where I put those then I just clear it when I'm done.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform