Continue Reading
Continue Reading
Troi Text Plug-in > Functions reference > TrText_GetClipboardAsText
TrText_GetClipboardAsText |
Returns the text contents of the clipboard. Can also return FileMaker script(s) or script steps (fmxmlsnippet XML) as text.
Syntax
TrText_GetClipboardAsText( switches )
Troi Text Plug-in > Functions reference > TrText_ANDText
TrText_ANDText |
Returns all lines that are both in text1 and text2.
Syntax
TrText_ANDText ( switches ; text1 ; text2 )
Troi Text Plug-in > Functions reference > TrText_CheckSpelling
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
Syntax
TrText_CheckSpelling ( switches ; text { ; languageID } )
Troi Text Plug-in > Functions reference > TrText_GetLine
TrText_GetLine |
Returns the n-th line of the text. The end of a line is determined by the return character ¶. This function returns all characters including the return character.
Syntax
TrText_GetLine ( switches ; lineNumber ; theText )
Troi Text Plug-in > Functions reference > TrText_GetSpellingLanguages
TrText_GetSpellingLanguages |
Returns a list of all supported spelling languages.
Syntax
TrText_GetSpellingLanguages ( switches )
Troi Text Plug-in > Functions reference > TrText_LearnSpelling
TrText_LearnSpelling |
Adds a word to the spell checker dictionary.
Syntax
TrText_LearnSpelling ( switches ; wordToLearn )

