Cicode Programming Reference > Cicode Function Categories > Error Functions Introduction > ErrHelp

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

ErrInfo, IsError, ErrMsg

Example

! Invokes the CitectSCADA Help with help on the 
hardware alarm.
iResult = ErrHelp(ErrMsg(IsError()));

See Also

Error Functions