lua-users home
lua-l archive

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


Alexandre Ribeiro de Sá wrote:
>
> I have one question, how I conver a decimal to a symbol, like thism I 
> get the decimal value, like "65" and convert to "A"?

string.char(65)