Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to return a value of .F. to a program
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01176571
Message ID:
01176708
Views:
6
I think others answered your question, but can I suggest something? If you're going to use Hungarian Notation - please wait whilst I retch into my trash can <g> - you might want to look at that parameter statement:
LPARAMETERS lcCxfer, lcOS, llDoAlloc
Parameters are often given a different prefix, to differentiate them from local variables (lcName, lcState, lnDegeneres). "t" (PARAMEtER) seems to be popular, so your parameter statement would be:
LPARAMETERS tcCxfer, tcOS, tlDoAlloc
Russell Campbell
eCost.com continues to rip people off
Check their rating at ResellerRatings.com
Previous
Reply
Map
View

Click here to load this message in the networking platform