Checks if a value in a specific column is identical with the value in the last row of the same column. 

Syntax

XIH.EqualsLast(colcaption)

Parameters

Parameter

Data type

Description

Sample

colcaption

string

String specifies the columns caption.

"col1"

Remarks

The last row always has the value 'true'.

Returns a boolean, true if equal values.

Examples

XIH.EqualsLast ("From")