home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / length < prev    next >
Text File  |  1990-05-03  |  336b  |  9 lines

  1.  length value [chars]
  2.       If chars isn't specified, treats value as a list and
  3.       returns the number of elements in the list.  If chars
  4.       is specified (or any abbreviation of it), then length
  5.       treats value as a string and returns the number of
  6.       characters in it (not including the terminating null
  7.       character).
  8.  
  9.