Function EN Version 2.10

@GetNotesErrorString

NotesSystem

Syntax

@GetNotesErrorString(FN1);

Description

Returns for einem Notes-Error-Status-Code (FN1) the corresponding error message text.

Example: @GetNotesErrorString(FN1);

FN1:=1282;

Text:=@GetNotesErrorString(FN1);

The operation in Text "Invalid operator" returned.

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