BACK TO LIST

Syntax:

VA1.Platinum_Word_(no.)

no. = 1 to 7

Details :

This is a KEY string produced by VoiceAction of the currently uttered word. is matched with those available in the Language Database Files. If a match with the direct string or with the string compare protocol is found then it collects a sequence of the title (word) and its font setting and percentage of match.The best percentage achiever is the Platinum_Word_No_1.

You then have seven of them in the decreasing order after that (useful for a large database)

THIS WORKS BEST IF THE VOCABULARY MATCHING FILES PREPARED ARE ABOVE FIVE IN NO.

Example :

Private Sub Timer()

LabelFinalResult.Caption = VA1.Platinum_Word_No_1

End Sub

BACK TO LIST