[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: upgrade problem - global variables
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 18 Mar 2003 15:22:46 -0300
> A simple script doing a setglobals(0, table) call gives an error "cannot
> change global table of given function." Embedding this call inside another
> function gives the same error. Am I doing something wrong or is this not
> (yet) supported?
The "get" (which was the subject of your trick) already works in beta,
but "set" is new to the final version.
-- Roberto