home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d4xx / d447 / tcl.lha / TCL / tcl.lzh / tcl / help / length < prev    next >
Encoding:
Text File  |  1990-05-04  |  336 b   |  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.