str-var = SPF_SpellChk$(word)


Operands:

word

The word to be spell checked


Returns:


RC = 0, str-var is "" (Null), Msg$ = "" (Null) 

     The word is spelled correctly.


RC = 8, str-var is "" (Null), and Msg$ =  "word"  is spelled incorrectly, there are no suggestions"


RC = 4 and Msg$ = "word"  is spelled incorrectly, suggestions returned"

The str-var is set to the possible spelling correction words. This is a list of words separated by the "|" character. e.g. word1|word2|word3