home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!psinntp!cmcl2!adm!news
- From: ISAACSON@husc3.harvard.edu (RON ISAACSON)
- Newsgroups: comp.lang.pascal
- Subject: Re: Look-a-head (input^) in TPASCAL...???
- Message-ID: <35222@adm.brl.mil>
- Date: 26 Jan 93 02:41:21 GMT
- Sender: news@adm.brl.mil
- Lines: 10
-
- => ??? Neither Filepos nor Seek work for text files in BP 7. Which version
- => are you using?
-
- Well, I am using Turbo Pascal 6.0, but you are right, a little typo
- on my part. Change that TEXT to FILE, or to one of your own user-
- defined file types (like "Type IntFile = File of Integer") and you
- should be fine!
-
- - Ron Isaacson, Isaacson@Husc3.Harvard.Edu
-
-