
![]() |
Exchange Files |
Exchanges two files on disk
Syntax
Exchange Files [ Select ; Result (error) ; FilePath 1 ; FilePath 2 ;
Allow different Volumes ]
![]() |
Exchange Files |
Exchanges two files on disk
Exchange Files [ Select ; Result (error) ; FilePath 1 ; FilePath 2 ;
Allow different Volumes ]
![]() |
Actr_Control |
Controls the triggering of the plug-in. You can disable and enable local triggering of the plug-in. This allows you to change the contents of a field which is validated by triggering a script.
Actr_Control ( switches ; password )
![]() |
TrText_ANDText |
Returns all lines that are both in text1 and text2.
TrText_ANDText ( switches ; text1 ; text2 )
![]() |
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
TrText_CheckSpelling ( switches ; text { ; languageID } )
![]() |
TrText_GetSpellingLanguages |
Returns a list of all supported spelling languages.
TrText_GetSpellingLanguages ( switches )
![]() |
TrText_LearnSpelling |
Adds a word to the spell checker dictionary.
TrText_LearnSpelling ( switches ; wordToLearn )
![]() |
TrText_NOTText |
Returns all lines in text1 that are NOT in text2.
TrText_NOTText ( switches ; text1 ; text2 )
![]() |
TrText_SetSpellingIgnoreList |
Sets the list of words that should be ignored.
TrText_SetSpellingIgnoreList ( switches ; ignoreWordList )
![]() |
TrText_SortLines |
Returns all lines from theText sorted in alphabetical order. The direction of the sort is determined by the switches.
TrText_SortLines( switches ; theText )
![]() |
TrText_SumTextCalc |
Use this function to define a sumtextCalc help field in a related file.
TrText_SumTextCalc ( TextField )