HTML Utilities

Showing help on 'length()'

Syntax: length (<list or string>) => int

Returns the number of characters in <list or string>.

length("foo") => 3
length("") => 0
length({1, 2, 3}) => 3
length({}) => 0



-- telnet://project-mongoose.net:7777 -- Mail us -- http://project-mongoose.net:7780/ --
-- Five users connected --