home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / dobbs / may95 / dutt1t1.gif < prev    next >
Graphics Interchange Format  |  1996-01-09  |  175.6 KB  |  505x813  |  8-bit (124 colors)
   ocr: Function Description char chr (ascii value); Converts the ASCII value into a string. string date time 0 Returns the current date and time in the format "Mon Nov 21 11:31:54 1983" string downcase (string); Converts the passed string to lowercase. string editcase (string); Converts the passed string to edit case. Edit case is where the first character after a space is uppercase and the rest are lowercase. val exec_ function (namel.arg7 Larg2 lm.argnil); Executes the passed function name with the arguments. The number of arguments must be consistent with the function that is being called. This fu ...