Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the purpose of LPARAMETERS
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01601772
Message ID:
01601797
Views:
45
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform