' count the word list open "unixdict.txt" for input as #1 while not(eof(#1)) line input #1,null$ numWords=numWords+1 wend close #1 'import to an array appending sorted letter set open "unixdict.txt" for input as #1 dim wordList$(numWords,3) dim chrSort$(45) wordNum=1 while wordNum