ErrHelp
Displays information about a hardware error.
Syntax
ErrHelp(Error)
Error:
The Cicode hardware error string (as returned by ErrMsg()).
Return Value
0 (zero) if successful, otherwise an error (274) is returned.
Related Functions
Example
! Invokes the CitectSCADA Help with help on the hardware alarm.
iResult = ErrHelp(ErrMsg(IsError()));
See Also