lua-users home
lua-l archive

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


Hi,

= s["len"]
function: 0x806be90
= string.len
function: 0x806be90

So you can call "foo":len() and get string.len("foo")...

[]s,
Diego.