[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Case insensitive global
- From: "kaishaku13" <kaishaku13@...>
- Date: Wed, 13 Mar 2002 19:08:09 -0000
That's right, I confused myself...
I made my tag methods/properties case insensitive
(or maybe they are automatically). This was just
and old question I had from weeks ago I thought
I'd ask... thanks for the clarification.
--- In lua-l@y..., Luiz Henrique de Figueiredo <lhf@t...> wrote:
> >I am using lua_setglobal to set a global userdata with
> >associated tag methods, etc... It only works if it is
> >accessed with the exact case/capitalization as defined.
> >
> >Other variables are not like this, so I am wondering
> >if it is possible to make globals act the same.
>
> Lua is case-sensitive. *All* variable names depend on
capitalization.
> --lhf