Calls on the record number to use as part of a function.
Function GetRecordNumber()
none
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()