RFERROR.ClearError

boolean ClearError();

Function ClearError() As Boolean

Clears the local text array.

Return value
True

Parameters

Remarks
Before any SetErrorLine.

Example
Public wsRfError As New RFERROR
...
wsRfError.ClearError    ' Clean any previous error message
wsRfError.SetErrorLine " User Error ", 0
wsRfError.SetErrorLine " Message ", 1
wsRfError.Display 0     ' No time-out, CLR by user

See also    RFERROR, SetErrorLine