Ord Package by nopol10 --------------------------------------- Latest version: Updated at 10/9/2006 to include the functions toupper and tolower This package adds two functions onto the "ord" function on the TI-89 /TI-89 Titanium. Instead of only reading the first character of the whole string, the function "exord" reads all characters in the string and returns the corresponding character figure in a list format. Usage: exord: Eg. exord("Hello World")->x This will store the list returned by the function to x ordread: Eg. ordread({72,101,108,108,111,32,,87,111,114,108,100}) will return "Hello World" into the Home Screen. This program can be edited in any since it can be opened on-calc so email me any improvements at the address below; toupper: Eg. toupper("Hello") will return "HELLO". It basiclly turns every alphabet found in the string to uppercase. tolower: Eg. tolower("HELLO") will return "hello". It basiclly turns every alphabet found in the string to lowercase, the direct opposite of toupper. NOTE: toupper and tolower makes use of exord so they must be found in the same folder to work. Contact: E-mail: bobnewbie@gmail.com