home *** CD-ROM | disk | FTP | other *** search
- on CDXmakeuppercase
- global CDXWordsearchdata
- repeat with g = 1 to the number of chars in CDXWordsearchdata
- put charToNum(char g of CDXWordsearchdata)
- if (charToNum(char g of CDXWordsearchdata) > 96) and (charToNum(char g of CDXWordsearchdata) < 123) then
- set currentasciivalue to charToNum(char g of CDXWordsearchdata)
- set currentasciivalue to currentasciivalue - 32
- put numToChar(currentasciivalue) into char g of CDXWordsearchdata
- end if
- end repeat
- end
-