home *** CD-ROM | disk | FTP | other *** search
- length value [chars]
- If chars isn't specified, treats value as a list and
- returns the number of elements in the list. If chars
- is specified (or any abbreviation of it), then length
- treats value as a string and returns the number of
- characters in it (not including the terminating null
- character).
-
-