ftf_get_rowsΒΆ

ftf_get_rows loads the next nRowsMax rows.

nRows = ftf_get_rows(context, nRowsMax)

Return Value

nRows is a number of rows loaded. If nRows = 0 the end of file is reached.

Parameters

context

context is an object returned by ftf_open.

nRowsMax

nRowsMax.

Example

see ftf_open

History

Version Description
5.9.0 New

id-1478028