lua-users home
lua-l archive

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


hi,

 i have a binanry file with bytes 5e c9 c3 somewhere in the middle

 i = data:find("\x5e\xc9\xc3")

 this returns nil. what is wrong?

thanks