Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!rex!lang From: lang@rex.cs.tulane.edu (Raymond Lang) Newsgroups: comp.sys.apple2 Subject: File pointer in Orca/Pascal Message-ID: <3794@rex.cs.tulane.edu> Date: 4 Jul 90 18:31:00 GMT Sender: lang@rex.cs.tulane.edu Distribution: na Organization: Computer Science Dept., Tulane Univ., New Orleans, LA Lines: 12 Expires: References: Sender: Keywords: I'm rewriting a BASIC program in Orca/Pascal. The program uses two files, one of titles and another of details. Each record in the titles file contains the offset into the details file of the starting point of the details for the relevant title. I know I can use SEEK in Orca/Pascal to position the file pointer anywhere in the file, but how can I determine the position of the file pointer to begin with? Ray lang@rex.cs.tulane.edu