home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Doc / libfuncs.tex / img30.png < prev    next >
Portable Network Graphic  |  1997-01-17  |  5.1 KB  |  1686x34  |  4-bit (16 colors)
   ocr: ordc Return the value of a string of one character. E.g., ord(' 'a') returns the integer 97. This is the inverse of chr().