Function
EN
Version 2.10
@DecompileFormula
Design
NotesSystem
Syntax
@DecompileFormula(CNFORMULA1)
@DecompileFormula(CNFORMULA1;FN2)
Description
Decompiles the binary Notes formula (CNFORMULA) CNFORMULA1 into the Notes formula text.
FN2 specifies whether this is a view selection formula (=1) or not (=0).
With the syntax using one parameter, it is assumed that this is not a view selection formula.
Example @DecompileFormula(CNFORMULA1):
CNF:=@CompileFormula("@UserName");
TEXT:=@DecompileFormula(CNF);
TEXT is assigned the Notes-Formula-Text "@Username".
Note : This text was machine-translated and may contain inaccuracies.
