Previous topic

fspline2

Next topic

ftf_close

This Page

ftellΒΆ

ftell returns the current file pointer position in bytes.

nPos = ftell(fh)

Return Value

nPos is the position in the file starting at 0.

Parameters

fh

Identifies the file.

id-1147290