Function EN Version 1.90

Operator :=

Float IDList List Mathematics Misc NUMBER Operator RichText Text TimeDate

Syntax

VAR1:=VAR2;

Description

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.

Example: VAR1:=VAR2

TEXT1:="Hallo"; sets TEXT1 to "Hallo"

FN1:=FN2:=FN3:=0; sets FN1, FN2, and FN3 to 0

Note : This text was machine-translated and may contain inaccuracies.