HELP STRUPPERCASE                                       Tom Khabaza
                                                        26th June 1985.

The "struppercase" procedure takes a string and returns a copy in which
all lower case letters have been replaced by their upper case
equivalents. Due to the generality of "mapdata" (which is used by
struppercase - see help * mapdata ), struppercase also works on any
other data structure (except for lists).

Example:

    vars s;
    struppercase('ABCasdf$^%XYZ')=>
    ** ABCASDF$^%XYZ

See also: HELP * STRLOWERCASE, HELP * MAPDATA, HELP *LOWERTOUPPER
