aspell_add_word: Add a word to the end of an aspell dictionary

Description Usage Arguments Examples

Description

Actually this adds the value in the 'word' parameter to the end of any file specified by the 'file' argument.

Usage

1
aspell_add_word(word, dict)

Arguments

word

The word to be added to the dictionary

dict

The location of the dictionary

Examples

1
2
#mydictloc <- "c:\\rsp\\tools\\aspell\\bin\\aspell.exe"
#aspell_add_word("pythagorean",mydictloc)

drknexus/repsych documentation built on May 15, 2019, 2:19 p.m.