Previous Next


ValueIsError Method (RDKApplication Object)

Description

This utility function checks if a value returned from the GetData method of the RDKResults object is an error value.

Syntax

object.ValueIsError(v as Double)

Arguments

v (Required Double) – the value to check.

Return Value

(Boolean) – TRUE if the value is an error value, FALSE if not.

Example

if RDKApp.ValueIsError(x) Then MsgBox "Error"