Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referring to table Alias()
Message
From
27/03/2000 09:41:13
 
 
To
27/03/2000 09:36:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00350710
Message ID:
00350712
Views:
18
>when I say:
>lcAlias = Alias()
>
>and then I want to refer one of the fields like:
>
>lcAlias.field3 && but this doesn't work
>
>How do I say this?

Either:

&lcAlias..field3

or if name resolution can be used in its place:

(lcAlias + '.field3')

or if a single resolution of the value of the expression needs to be referenced:

EVAL(lcAlias + '.field3')
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform