Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the purpose of LPARAMETERS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01601772
Message ID:
01601797
Vues:
44
Just to chime in with some preference of mine, which adds nothing to the discussion, I use neither PARAMETERS nor LPARAMETERS, as I like to declare the parameters in the function definition, so in your case I would have done:
FUNCTION TestFunct(lVar1, lVar2)
or even better (for me!)
FUNCTION TestFunct(lVar1 as Boolean, lVar2 as Boolean) as Integer
The types have no other purpose than "documentation", and the parameters are LOCAL if you define them this way.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform