Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want my cake, why doesn't this work
Message
From
09/01/2001 12:18:25
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00460963
Message ID:
00461262
Views:
13
Terry,

>This doesn't work:
> _vfp.DoCmd("_vfp.DoCmd( _vfp.DoCmd('_vfp.Quit')"), ''), ")

This will not work due to misinterpretation of the double-quote ending:
_vfp.DoCmd("_vfp.DoCmd('_vfp.DoCmd("_vfp.Quit")')")
while this will by using three different string indicators:
_vfp.DoCmd("_vfp.DoCmd('_vfp.DoCmd([_vfp.Quit])')")
I think it's a major breakthrough that will benefit no one. :-)
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform