im_all_letters

one of the documented procedures in this installation of the ACS
Usage:
im_all_letters
What it does:
returns a list of all A-Z letters in uppercase
Defined in: /web/philip/tcl/intranet-defs.tcl

Source code:


    return [list A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] 


philg@mit.edu