Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store Command
Message
De
21/08/2001 17:38:44
 
 
À
21/08/2001 17:16:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00546986
Message ID:
00547004
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform