home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00043_Script_43 < prev    next >
Text File  |  2001-09-17  |  267b  |  9 lines

  1. --∂ï
  2. on checkGWordList 
  3.   global gWordList
  4.   repeat with i = 1 to count(gWordList)
  5.     put getAt(gWordlist, i) into aWord
  6.     tell window "ddata" to put the number of cast aWord into castN
  7.     --if castN = -1 THEN PUT I&&AWORD
  8.   end repeat
  9. end checkGWordList