Procedure.b check_word(word$) Shared letters$ If Len(word$)<3 Or FindString(word$,"k")<1 ProcedureReturn #False EndIf For i=1 To Len(word$) If CountString(letters$,Mid(word$,i,1))