Skip to main content

Learn Spelling (step reference)

By October 1, 2024October 10th, 2024Online Help, Troi Text Plug-in
Troi Text Plug-in for FileMaker Pro

Learn Spelling

Adds a word to the spell checker dictionary.

SyntaxScript step badge

Learn Spelling [ Select; Result (error) ; Words To Learn ]

Options

Select entire contents replaces the entire contents of a field with the result. If not checked the result replaces the currently selected portion of the field
Result (error) an error code
Words To Learn the word(s) to be learned

Returned Result

Data type returned

Error code

Result

If successful the plug-in returns 0.

If unsuccessful it returns an error code starting with $$ and the error code. Returned error codes can be:

0 No error The word was learned.
$$-4221 InvalidOSVersion The spelling functions are not available on this platform.

Other errors may be returned.

Originated in

Troi Text Plug-in 4.5

Compatibility

FileMaker Pro 17 to FileMaker Pro 21 (2024)

Considerations

Note that the spelling functions are available for Windows 8 and later (and all Mac OS versions).
You can learn multiple words by specifying a list of return-delimited values.

Example

Learn Spelling [ $ErrorCode ; "apekool" ]

This will add the word “apekool” to the dictionary of the Operating System.

Example 2

Learn Spelling [ $ErrorCode ; "selfie¶photobomb" ]

This will add the words “selfie” and “photobomb” to the dictionary of the Operating System.

Related script stepsScript step badge

Set Spelling Ignore List
Unlearn Spelling

Related functionsFunction badge

TrText_CheckSpelling
TrText_LearnSpelling

Related topics

Troi Text Plug-in online help (overview)


Online Help Page for Troi Text Plug-in for 17 to 2024 –> Learn Spelling (textp7266) 2024-1010 14:37:51