lua-users home
lua-l archive

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


Maybe you have identified the issue:

Lua 5.1.2  Copyright (C) 1994-2007 Lua.org, PUC-Rio
> =("12345"):sub(1,0)
12345

If you get nothing then I guess thats where the confusion comes
from. I will check into this.

Well, in the original post you quoted the result:
 >=s:sub(1,0)
 

When did you get that then?