lua-users home
lua-l archive

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


>If I do this:
>SetAttribute("a name", GetUniqueID())
>
>The former function gets called with an empty string as the second
>parameter and the GetUniqueID is called. (both are C functions)

That shouldn't happen. Are you sure? Can you give more details?
--lhf