this.GetRecordNumber()

Description

Calls on the record number to use as part of a function.

Syntax

Function GetRecordNumber()

Parameters

none

Return value

variant - the record number.

Example

Function OnRecord

If this.GetRecordNumber() = 2 Then title = Trim(DictIn.Parcel.value)()

End Function

See also

TextConverter's Context Methods

OnRecord()

OnStartProcess()

OnSetUp()