lua-users home
lua-l archive

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


Yes, I'm still using 5.1.

Thanks


Le Vendredi 10 février 2017 21h52, Hisham <h@hisham.hm> a écrit :


On 10 February 2017 at 14:46, Laurent FAILLIE <l_faillie@yahoo.com> wrote:

> \27 is working, thanks :)
> (I thought it was octal code ... but it wasn't).
>
> Anyway, hexa notation not working for me.


Are you using Lua 5.1? According to the manuals, hex notation with \x
was introduced in Lua 5.2.

-- Hisham