Specifies a spelling checker program for the Visual FoxPro text editor.
Syntax
_SPELLCHK = ProgramName
Arguments
ProgramName
Specifies a spelling checker program. If your spelling checker program is in a directory other than the current default directory, include a path with the program name.
You can also specify a spelling checker program in your Visual FoxPro configuration file. Include the line:
_SPELLCHK = ProgramName
Remarks
By default, _SPELLCHK uses Spellchk.app. If you rename Spellchk.app or move it to another directory, store the new spelling checker program name and its path in _SPELLCHK.