Go to the first, previous, next, last section, table of contents.


FTell Intrinsic (function)

FTell(Unit)

FTell: INTEGER(KIND=1) function.

Unit: INTEGER; scalar; INTENT(IN).

Intrinsic groups: unix.

Description:

Returns the current offset of Fortran unit Unit (or -1 if Unit is not open).

For information on other intrinsics with the same name: See section FTell Intrinsic (subroutine).


Go to the first, previous, next, last section, table of contents.