Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!sdcsvax!ucsdhub!hp-sdd!ncr-sd!crash!pnet01!haitex From: haitex@pnet01.cts.com (Wade Bickel) Newsgroups: comp.sys.amiga Subject: Re: What languages have Random File I/O builtin? Message-ID: <2445@crash.cts.com> Date: 29 Jan 88 12:56:59 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 24 tad@pyr.gatech.EDU (Tad K. Mannes) writes: > > I have a desperate need to know what programming languages > available for the Amiga support random file i/o. I know that > Amiga Basic has it, but I'd really rather use something else. > I'm most interested in Pascal, Modula-2, and C. Benchmark Modula-2 supports a file command called "SetPost(VAR f: File; pos: LONGCARD);" which "Move(s) file pointer to new position". Equivalents of all C file i/o mechanisms are also available, mostly for ease of translation. Good Luck, Wade. UUCP: {cbosgd, hplabs!hp-sdd, sdcsvax, nosc}!crash!pnet01!haitex ARPA: crash!pnet01!haitex@nosc.mil INET: haitex@pnet01.CTS.COM