Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense in [] delimited query expressions, pls
Message
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050200
Message ID:
01053849
Views:
17
>Alejandro,
>sorry it took me so long to get back to you.
>Don´t want to put too much time into it, but we´re talking about three things here: macro substitution, Evaluate() and name expressions.
>
>Maybe I was wrong to have compared macros and Eval() and I should have rather said macros and name expressions.
>
>While you can use two or even three interchangeably in some situations, there are some very distinct usages.
>
snip
>* assign the 'pointer' value to the var ONLY POSSIBLE WITH MACRO
>* resulting in: tC12=1, tN31=2
>  &cTmp=m.nCntr2
snip
>
not true
store m.nCntr2 to (m.cTmp)
_VFP.Setvar(m.cTmp,m.nCntr2)
Previous
Reply
Map
View

Click here to load this message in the networking platform