filemarkptr

Marks a file pointer.

filemarkptr <file handle>

Remarks

Marks the current file pointer for an opened file specified by <file handle>.
The marked pointer can be recalled by the "fileseekback" command.

Example

filemarkptr fhandle

See also the example of "filestrseek2" command.