EN 776 documents

Engine Help Category: Text

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

122 documents found

@Trim

Function Version 1.90

Removes leading, trailing, and redundant spaces from TEXT/TEXTLIST TEXT1/TEXTLIST1 and returns TEXT/TEXTLIST. Empty list elements are not removed. NOTE: @Trim in the Engine differs slightly from the Notes @Function @Trim …

@TrimLeftAndRightQuote

Function Version 4.50

Removes an existing quotation mark at the beginning or end of TEXT TEXT1. For TEXTLIST TEXTLIST1, this is performed for each element. Quotation marks inside TEXT TEXT1 or inside the elements of TEXTLIST TEXTLIST1 are pre …

@TrimList

Function Version 1.90

Eliminates empty list elements from TEXTLIST TEXTLIST1 and returns a TEXTLIST. When called with TEXT TEXT1, the TEXT is returned unchanged. Note: A TEXTLIST consisting of n empty list elements (@BuildList("";n)) becomes …

@Undefine

Function Version 4.50

Deletes a defined "term" that can be used for conditional compilation. In contrast to the keyword UNDEFINE, @Undefine takes effect at runtime, and only if this @Undefine is executed. TEXT1 must not contain spaces (" ") o …

@Unique

Function Version 1.90

Eliminates duplicate entries from TEXTLIST/FLOATLIST/IDLIST TEXTLIST1/FLOATLIST1/IDLIST1 and returns this cleaned-up list. For TEXT/FLOAT TEXT1/FLOAT1, this value is returned unchanged. For IDLIST, the list must first be …

@UniqueEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an odd number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, a NULLTEXTLIST is returned.

@UniqueUnEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an even number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, this value is returned unch …

@UpperCase

Function Version 1.90

Returns TEXT/TEXTLIST TEXT1/TEXTLIST1 in uppercase. Beipiel: @UpperCase(TEXT1) TEXT1:="HeLLo woRLd !!!"; @UpperCase(TEXT1); returns "HELLO WORLD !!!"

@VerifyNoteSignature

Function Version 4.50

Checks whether the document identified by NOTEHANDLE NOTEHANDLE1 is signed and whether the signature is still valid. If a signature could be positively confirmed (certified key in the address book), TRUE returned, otherw …

@VerifyPassword

Function Version 10.01

Checks whether the password TEXT TEXTPASSWORD1 matches the hash TEXT TEXTHASH2; see @Password. On success, TRUE is returned; otherwise FALSE is returned.

@Word

Function Version 1.90

Returns the word at position FN/FNLIST POSITION3 from TEXT/TEXTLIST TEXT1/TEXTLIST1, using TEXT/TEXTLIST TEXT2/TEXTLIST2 to define a delimiter text that separates the words. For both TEXTLIST2 and POSITION3 in the list c …

Operator :

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator :=

Function Version 1.90

In principle, analogous to Notes. Difference: Assignment (:=) is an operator and can therefore be used in chains. IMPORTANT: Field flags are not affected by assignments.

Operator !=

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator &

Function Version 1.90

Analogous to Notes in principal. Difference: Empty text ("") is viewed as Bool 0. Non-empty text (z.B. "X") is viewed as Bool 1.

Operator +

Function Version 1.90

Analogous to Notes. Special case NULLTEXTLIST (BuildList("";0)): The behavior for NULLTEXTLIST values is defined as follows: : TEXT+NULLTEXTLIST=TEXTLIST with one element containing the value TEXT TEXTLIST+NULLTEXTLIST=T …

Operator <

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator <=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator =

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator |

Function Version 1.90

Basically analogous to Notes. Difference: Empty text ("") is treated as Boolean 0. Non-empty text (for example "X") is treated as Boolean 1. Note : This text was machine-translated and may contain inaccuracies.