lua-users home
lua-l archive

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


I would like to convert a number, say 4, to binary so that it would 
read "00000100". Is there a simple LUA function that would do that? 
Thanks in advance for any insights.

- Howard