Xbasic

USER_DICTIONARY_DELETE Function

Syntax

C user_dictionary_delete(C word_list_to_delete )

Arguments

word_list_to_delete

A CR-LF delimited list of words. Character

Description

Delete a CR-LF delimted list of words to the User-defined spellchecker dictionary.

Discussion

The USER_DICTIONARY_DELETE() function deletes a CR-LF delimited list of words from the user dictionary for the Spellchecker.

Example

dim lst as C
lst = 
sand
gravel
%str%
? user_dictionary_delete(lst)

Limitations

Desktop applications only.

See Also