|
|
||
|
Am I missing something here? Did you actually run the code?
The b=1,10 do ... end loop is having its own local b, and 'b=1' is retained after the loop.
Whoops. Of course it is. I think this is technically known as a 'thinko'...
-- David Given dg@cowlark.com