Re: Case insensitive global
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Case insensitive global
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年3月13日 15:40:34 -0300
>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