llength(n) - phpMan

Command: man perldoc info search(apropos)  


llength(n)                            Tcl Built-In Commands                            llength(n)



_________________________________________________________________________________________________

NAME
       llength - Count the number of elements in a list

SYNOPSIS
       llength list
_________________________________________________________________


DESCRIPTION
       Treats list as a list and returns a decimal string giving the number of elements in it.


EXAMPLES
       The result is the number of elements:
              % llength {a b c d e}
              5
              % llength {a b c}
              3
              % llength {}
              0

       Elements  are  not  guaranteed  to be exactly words in a dictionary sense of course, espe-
       cially when quoting is used:
              % llength {a b {c d} e}
              4
              % llength {a b { } c d e}
              6

       An empty list is not necessarily an empty string:
              % set var { }; puts "[string length $var],[llength $var]"
              1,0


SEE ALSO
       list(n), lappend(n), lindex(n), linsert(n), lsearch(n), lset(n), lsort(n), lrange(n), lre-
       place(n)


KEYWORDS
       element, list, length



Tcl                                                                                    llength(n)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/2.4.6 (CentOS)
Under GNU General Public License
2025-01-09 20:55 @127.0.0.1 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!