GetPageNumber()

Description

Get the current page number for the input source which supports pages.

Syntax

Function GetPageNumber()

Parameters

none

Return value

variant - the input data source page number.

Example

Function OnRecord

DictOut.SetFieldValue "page no", this.GetPageNumber()

End Function

See also

GetOutputFields()

TextConverter's Methods