Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why cannot use & with Thisform.SomeProperty
Message
From
04/05/2009 16:56:18
 
 
To
04/05/2009 16:29:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01397844
Message ID:
01397850
Views:
106
The dot (.) ends the macro substitution, so it doesn't see anything after Thisform


>Does not work:
>
>
>seek &Thisform.cSeekValueRef
>
>
>Does work:
>
>
>lcSeekValueRef=Thisform.cSeekValueRef
>seek &lcSeekValueRef
>
>
>Am I correct? Why is it this way?
>
>It forces me to create a lot of local vars just for the temporary use of what is shown above.
>
>.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform