Tcl7.6 User Commands Man Page -- llength (n)
Table of Contents


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.

KEYWORDS

element, list, length


Table of Contents