osx man page for llength

Query: llength

OS: osx

Section: n

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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, 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(n), lappend(n), lindex(n), linsert(n), lsearch(n), lset(n), lsort(n), lrange(n), lreplace(n)
KEYWORDS
element, list, length Tcl llength(n)
Related Man Pages
lrange(1t) - opensolaris
lreplace(1t) - opensolaris
lrange(n) - mojave
llength(3tcl) - debian
lrange(3tcl) - debian
Similar Topics in the Unix Linux Community
Can i use if else inside expect command in shell script?
Split in tcl script
How to get user to choose files to be copied to FTP server?
Clone redhat to another PC
Expect script error : send: spawn id exp4 not open