Re: List acting like a global
Re: List acting like a global
- Subject: Re: List acting like a global
- From: Jason Bourque <email@hidden>
- Date: Wed, 05 Dec 2001 18:14:35 -0500
On 12/5/01 3:31 PM, "Victor Yee" <email@hidden> wrote:
>
Looks like you're manipulating the items of the list in the handler.
>
Work with a copy if you want to maintain the original's values:
>
>
on srListIndexer(vAnyList)
>
copy vAnyList to vAnyList
>
...
I thought that is what a handler parameter did, copy of the passed variables
making them local? Chris?
Jason Bourque