Cicode Programming Reference > Cicode Function Categories > Error Functions > 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 Citect SCADA Help with help on the 
hardware alarm.
iResult = ErrHelp(ErrMsg(IsError()));

See Also

Error Functions

Published June 2018