llength man page on OpenIndiana

Man page or keyword search:  
man Server   20441 pages
apropos Keyword Search (all sections)
Output format
OpenIndiana logo
[printable version]

llength(1T)		     Tcl Built-In Commands		   llength(1T)

______________________________________________________________________________

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, especially 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(1T),  lappend(1T), lindex(1T), linsert(1T), lsearch(1T), lset(1T), │
       lsort(1T), lrange(1T), lreplace(1T)

KEYWORDS
       element, list, length

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌────────────────────┬─────────────────┐
       │  ATTRIBUTE TYPE    │ ATTRIBUTE VALUE │
       ├────────────────────┼─────────────────┤
       │Availability	    │ runtime/tcl-8   │
       ├────────────────────┼─────────────────┤
       │Interface Stability │ Uncommitted     │
       └────────────────────┴─────────────────┘
NOTES
       Source for Tcl is available on http://opensolaris.org.

Tcl								   llength(1T)
[top]

List of man pages available for OpenIndiana

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net