Zur Startseite

JRSpellChecker

Zur Homepage

GetPhoneticCode (refword$) As String

Function:

returns the phonetic code for a word. You can use this function to build your own jrspell dictionaries.

       

ico_syntax   Syntax:

myphoncode$=JRSpell1.GetPhoneticCode

         

ico_weitere Retrun value:


String

fires no event.

Example:

    myphoncode$ = JRSpell1.GetPhoneticCode(myword$)