LastRmsRecord

LastRmsRecord retrieves the last sequential record from the RMS file and stores the data in the internal data buffer.

Syntax

Function LastRmsRecord(rmsHandle as Integer) As Integer

Parameters

rmsHandle

RMS file handle

Return Values

On success, LastRmsRecord returns 1.  If there is no record in the RMS file, it returns 0.

Remarks

Call LastRmsRecord to sequentially retrieve the last RMS record into the internal data

buffer and set the RMS file pointer for getting the rest sequential records with function

PrevRmsRecord.

See Also

PrevRmsRecord, FirstRmsRecord, NextRmsRecord.