2.5.4.56 IsErrValue

The IsErrValue function calculates if the operand is a PtgErr with an error code of #VALUE!.

ABNF:

 IsErrValue = val " ISERRVALUE():128"

Required Arguments:

Name: Token

Type: vAny

An argument that specifies the operand of the calculation.

Return Value:

Type: PtgBool

This function returns a PtgBool with a value of TRUE if Token is a PtgErr and the value of Token is equal to #VALUE!, and a value of FALSE otherwise.