lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Peter,

yes i've already found it ... it's at 213 in lvm.c,
seems like the manual is broken then because it says
setglobal only gets the name and the newvalue.

Thanks,

  Michael

> -----Original Message-----
> From: owner-lua-l@tecgraf.puc-rio.br
> [mailto:owner-lua-l@tecgraf.puc-rio.br]On Behalf Of Peter Prade
> Sent: Tuesday, September 25, 2001 16:19
> To: Multiple recipients of list
> Subject: RE: get/setglobal
> 
> 
> the setglobal tagmethod has 3 parameters: varname, oldvalue, newvalue
> and the getglobal tagmethod has 2 params: varname, value and 
> should return a
> value
> 
> hope that helps,
> Peter