IsFieldMatching

Determines if the value entered as the parameter is identical to the captured value of the current Field object.

Syntax

bool IsFieldMatching (strParam)

Parameters

The value to be checked against the value of the Field object.

Returns

True if the requirement of the action is met. Otherwise, False.

Level

Field level.

Details

Example
If the Field object's value is 525.00:

IsFieldMatching("525.00") returns True
IsFieldMatching("525") returns False