Function
DE
Version 2.10
@DecompileFormula
Design
NotesSystem
Syntax
@DecompileFormula(CNFORMULA1)
@DecompileFormula(CNFORMULA1;FN2)
Beschreibung
Decompiliert die binäre Notes-Formel (CNFORMULA) CNFORMULA1 in den Notes-Formel Text.
FN2 gibt an ob es sich um eine Ansichts-Selektions-Formel (=1) handelt oder nicht (=0).
Bei der Syntax mit einem Parameter wird davon ausgegangen, daß es sich nicht um eine Ansichts-Selektions-Formel handelt.
Beispiel @DecompileFormula(CNFORMULA1):
CNF:=@CompileFormula("@UserName");
TEXT:=@DecompileFormula(CNF);
TEXT wird der Notes-Formel-Text "@UserName" zugewiesen.
