repeat with wordIndex = 1 to gtxtmember.word.count
if gtxtmember.word[wordIndex] = searchWord or gtxtmember.word[wordIndex] = searchWord & "." then
num = wordindex
member("display" ).text="The word " & QUOTE & searchWord1 & QUOTE & "的意思是" & QUOTE & gtxtmember.word[wordIndex+1] & QUOTE &""
sound playfile 1,the moviepath&"sound\"&wordIndex&".wav"
exit repeat
end if
写的不错