Skip to main content
Version: Next

Get document position

Get document position ( docRef ) -> Function result

ParameterTypeDescription
docRefDocRef🡒Document reference number
Function resultReal🡐File position (expressed in bytes) from the beginning of the file

Description

This command operates only on a document that is currently open whose document reference number you pass in docRef.

Get document position returns the position, starting from the beginning of the document, where the next read (RECEIVE PACKET) or write (SEND PACKET) will occur.

See also

RECEIVE PACKET
SEND PACKET
SET DOCUMENT POSITION