On 9/12/2004 6:28 AM, SH Solutions wrote:
Hi

You already had declared another List named "values" just a few lines
above, as shown in the edited version below:

Though it should work, since the second "values" is in another scope.

It's not in another scope, but in a nested scope, which is not allowed to have duplicate variables with the enclosing scope.


--
Dennis Dai
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to