Re: Globals are considered harmful (was Re: Recursion script which doesn't?)
Re: Globals are considered harmful (was Re: Recursion script which doesn't?)
- Subject: Re: Globals are considered harmful (was Re: Recursion script which doesn't?)
- From: Michelle Steiner <email@hidden>
- Date: Sun, 8 Apr 2001 06:45:56 -0700
On 4/7/01 12:32 PM, Ehsan Saffari <email@hidden> wrote:
>
>Global doesn't mean "every script can see it" but rather "everything in
>
>this script can see it."
>
>
Thank you for the correction. And I thought that was the point of using a
>
global, so a value can be set a retrieved anywhere else in the script.
That's correct; "anywhere else in the script," not "anywhere in any
running script."
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------