Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store Command
Message
From
21/08/2001 17:38:44
 
 
To
21/08/2001 17:16:16
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00546986
Message ID:
00547004
Views:
18
>Al,
> I hate to sound like a neophyte, but in what ways is it more flexable?
>Thanks,


Winn,

I personally don't like to use STORE. I find the code harder to read.

It is used when assigning the same value to more than one variable. For example
STORE "Winn" TO cFirstName, cYourName, cManWithYoungFaceAndOldHair
as opposed to
cFirstName = "Winn"
cYourName = "Winn"
cManWithYoungFaceAndOldHair = "Winn"
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform