Engine Help Category: Float
Filtered overview of the Engine Help documentation.
@SetVar
Sets the value of the variable(s) named TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specified as …
@SetVarFieldFlags
Sets the Notes field flags for the field specified in TEXT NAME1 to the value FN FN1. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specif …
@SetVarWithFieldFlags
Sets the value of the variable(s) with the name(s) TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be sp …
@ShiftList
Shifts the FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1 in the direction FN DIRECTION3, sets the vacated position to FN/TEXT/TD FN2/TEXT2/TD2 and removes the element at the other end of the l …
@Sin
Calculates the sine of FN/FNLIST FN1/FNLIST1.
@Sqrt
Calculates the square root of FN/FNLIST FN1/FNLIST1.
@Subset
Returns a sublist of FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST/IDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1/IDLIST1. If FN COUNT2 is positive, the first COUNT2 elements are returned; if COUNT2 is negative, the last COUNT2 elem …
@SumOfList
Returns the sum of FN/FNLIST FNLIST1/FN2. FN FROM2 and FN TO3 can be used to specify a range for the summation; the values from element FROM2 through element TO3 are then summed.
@Tan
Calculates the tangent of FN/FNLIST FN1/FNLIST1.
@Text
Converts FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST/UIDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1/UIDLIST1 into TEXT/TEXTLIST and returns it. For UIDLIST, the return data type is always TEXTLIST. NOTE: @Text in the Engine diffe …
@TextToNumber
Converts TEXT/TEXTLIST TEXT1/TEXTLIST1 into FLOAT/FLOATLIST and returns it. FN MODE2 can be used to specify the conversion mode; if it is omitted, zero is assumed. NOTE: @TextToNumber in the Engine differs slightly from …
@Unique
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
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
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 …
Operator -
Analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator :
In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator :=
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 !
In principle, analogous to Notes. Difference: Empty text ("") is treated as Boolean 0. Non-empty text (e.g. "X") is treated as Boolean 1. Important error note: When used together with other operators, parentheses must be …
Operator !=
In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator *
In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator /
In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator &
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 +
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 <
Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator <=
Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator =
Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator >
Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator >=
Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.
Operator |
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.
