Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When to use parenthases after commands?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01145740
Message ID:
01145862
Vues:
18
>>I see your point. But as you wrote in the first place:
>>
>>Use white space liberally. It will improve readability :-))
>>
>>STORE 0 TO lnMyVar1,;
>>           lnMyVar2,;
>>           etc.
>>
>>I dodn't find this harder to read than:
>>
>>lnMyVar1 = 0
>>lnMyVar2 = 0
>>etc.
>>
>
>It's a matter of personal preference. For me the later is more readable.

Here we have a difference of opinions <g> I like and use the first one every time I need to assign the same value to more than 1 variable.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform