home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tclX6.5c / tcllib / help / strings / cindex < prev    next >
Encoding:
Text File  |  1992-12-19  |  254 b   |  9 lines

  1.  
  2.  
  3.           cindex string indexExpr
  4.                Returns the character indexed by the expression
  5.                indexExpr (zero based) from string. This command is a
  6.                shortcut for:
  7.  
  8.                    string index string [expr indexExpr]
  9.