lua-users home
lua-l archive

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


On Tue, 5 Feb 2002 RLake@oxfam.org.uk wrote:

> Maybe I'm being dense, but what's wrong with:
>
> getglobal"Lol"[Name].Version

   getglobal"Lol" == Lol   (you don't need the getglobal ;-)

-- Roberto