Description
This utility function checks if a value returned from the GetData method of the RDKResults object is a filtered value.
Syntax
object.ValueIsFiltered(v as Double)
Arguments
v (Required Double) – the value to check.
Return Value
(Boolean) – TRUE if the value is a filtered value, FALSE if not.
Example
if RDKApp.ValueIsFiltered(x) Then MsgBox "Error"