Specifies a spelling checker program for the Visual FoxPro text editor.
_SPELLCHK = ProgramName |
Parameters
- 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:
В Copy Code _SPELLCHK = ProgramName
Remarks
By default, _SPELLCHK is unassigned. You can use a spelling checking program by providing the program name and its path in _SPELLCHK. Once you specify a program programmatically or in the File Locations tab of the Tools, Options menu, access the program with the DO command as in the following sample.
В | Copy Code |
---|---|
DO (_Spellchk) |