
![]() |
TrText_XML |
Returns the requested parts from text formatted as XML.
Syntax
TrText_XML ( switches ; nodeSpec ; XMLData )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
TrText_XML |
Returns the requested parts from text formatted as XML.
TrText_XML ( switches ; nodeSpec ; XMLData )
![]() |
TrText_XORText |
Returns all lines that are NOT both in text1 and text2.
TrText_XORText ( switches ; text1 ; text2 )
![]() |
Learn Spelling |
Adds a word to the spell checker dictionary.
Learn Spelling [ Select; Result (error) ; Words To Learn ]
![]() |
Set Spelling Ignore List |
Sets the list of words that should be ignored when checking spelling.
Set Spelling Ignore List [ Select ; Result (error) ; Ignore Word List ]
![]() |
Unlearn Spelling |
Forget this word in the spell checker dictionary.
Unlearn Spelling [ Select ; Result (error) ; Words To Forget ]
![]() |
Encr_AES_CreateKeyAndIV |
Creates an encryption key and initialization vector, which can be used for AES encryption and decryption.
Encr_AES_CreateKeyAndIV ( switches ; passphrase ; salt )
![]() |
Encr_AES_DecryptUsingKey |
Decrypts data with AES using an encryption key and initialization vector.
Encr_AES_DecryptUsingKey ( switches ; key ; initializationVector;
dataToDecrypt ; {paddingScheme} )
![]() |
Encr_AES_EncryptUsingKey |
Encrypts data with AES using an encryption key and initialization vector.
Encr_AES_EncryptUsingKey ( switches ; key ; initializationVector ;
dataToEncrypt ; {paddingScheme} )
![]() |
Encr_BinaryToNum |
Converts a binary number to its decimal representation.
Encr_BinaryToNum ( switches ; binaryNumber )
![]() |
Encr_Checksum |
Sum of the ASCII values of the characters modulo 1024. ALL characters are counted, also non-printing characters like spaces and returns.
Encr_Checksum ( switches ; text )