home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / TCL_alpha2 / 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.