Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undeclared variable what is it...
Message
From
29/10/2002 10:23:56
 
 
To
29/10/2002 09:51:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00716423
Message ID:
00716441
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
>If I use an undeclared variable...
>
>example
>
>lMyVar='X'
>
>What is it (local,public,private)?

The scope of an undeclared variable is private relative to the procedure, function or method that creates it. It is available to other subfunctions called from within the encapsulating module; it is invisible to it's parents, or to children that explicitly declare that variable in themselves.
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
Reply
Map
View

Click here to load this message in the networking platform