Re: "strange" string comparison fallure
[
Date Prev][
Date Next][Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: "strange" string comparison fallure
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: 2015年10月25日 07:01:31 -0500
On Sun, Oct 25, 2015 at 5:53 AM, Laurent FAILLIE <l_faillie@yahoo.com> wrote:
> else
> print("different")
print("different: ", #val, #"Grab")
for i=1,#val do print(val:byte(i),'=',val:sub(i,i)) end
- Jeff