Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Params vs Fields
Message
From
09/03/2001 16:24:31
 
 
To
09/03/2001 16:07:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00483689
Message ID:
00483702
Views:
10
As Rip Ryness said, it's not a bug (at least I don't see it that way). In your function, you could have just prefixed your variables with m., not in the LPARAMETERS line, but in the "body" of the function, such as:
lcVal = Alltrim(fGetVal(txtString, '5', 'C', 100)) - <b>m.</b>nDec
It probably would be a good idea to be consistent and to always use the m. prefix when refering to memory variables to avoid this little problem.


>I had a very strange situation happen to me the other day, and while I've corrected it, I'm wondering if anyone else has run into teh same thing. It appears to be a bug in VFP - I'm using VFP6 with SP5.
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform