Function
EN
Version 4.60
@GetLastNotesErrorCode
List
Misc
Text
TimeDate
Syntax
@GetLastNotesErrorCode;
Description
Returns the Notes error code of the last Notes function of this task as FN.
(This can therefore aso be NOERROR=0.)
See aso @GetNotesErrorString.
Example: @GetLastNotesErrorCode;
FN:=@GetLastNotesErrorCode;
@LogReport(FN);
String:=@GetNotesErrorString(FN);
@LogReport(String);
The Notes error code of the last Notes function of this task is output.
Note : This text was machine-translated and may contain inaccuracies.
