JRSpellChecker

GetAutoCorrList () As String

Function:

Returns all entrys of the autocorrectionlist as a comma separated string.

You can use this function to add entries to the current list, or for a own autocorrection dialog.

Each entry in the list contains the misspelled word a space and then the correct spelled word.

Example:

teh the,tihs this,greet great

       

  Syntax:

alist$=JRSpell1.GetAutoCorrList

         

Return value:

aaa

String

fires no event.

Example:

    Label2.Caption = JRSpell1.GetAutoCorrList