Function DE Version 4.60

@GetLastNotesErrorCode

List Misc Text TimeDate

Syntax

@GetLastNotesErrorCode;

Beschreibung

Gibt den Notes-Error Code der letzten Notes-Funktion dieses Tasks als FN zurück.
(Kann also auch NOERROR=0 sein.)

Siehe auch @GetNotesErrorString.

Beispiel: @GetLastNotesErrorCode;

FN:=@GetLastNotesErrorCode;
@LogReport(FN);
String:=@GetNotesErrorString(FN);
@LogReport(String);

Der Notes-Error Code der letzten Notes-Funktion dieses Tasks wird ausgegeben.