Lua stringsForum: Programming and Scripting Topic: Lua strings started by: mikshaw Posted by mikshaw on Jan. 23 2007,20:07
Reading through the Lua 5.1 docs I see something I didn't notice in earlier versions. They mention the # operator, which gives the length of a string:
What I'm curious about is the difference between using this and using the string.len() function:
Any ideas? Posted by ^thehatsrule^ on Jan. 23 2007,23:34
Maybe it's just a new 'shortcut'. Every coder loves those
|