Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapping network drives
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00427412
Message ID:
00427466
Views:
16
>George,
>
>PMFJI, but I think VFP is treating letters from A-J as a workareas. Try the following:
>
>j=CREATE("excel.application")
>j.application.quit() && error unrecognizable command
>j=.NULL.
>
>k=CREATE("excel.application")
>k.application.quit() && works
>
>SELECT j
>?SELECT() && returns 10
>
>In general, it's probably better to avoid 1 character variables. BTW, I just found another interesting one while testing above. The following causes VFP to quit:
>
>m=CREATE("excel.application")
>m.application.quit() && quits VFP on my system (VFP6 SP3)

Interesting. I agree, as I told Fred who made the same observation about the workareas.

>
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform