On Fri, 25 Jan 2002 23:36:59 -0500 (EST), Steve <[EMAIL PROTECTED]> wrote:
> On Fri, 25 Jan 2002, Clarence Verge wrote: >> It is a bit limited in that it has no provision for reading and writing >> files, or comm ports. > Oh? (I'm not sure about the com ports but it can certainly > read and write files.) > LOAD file > MERGE file > SAVE file Only program files. It would be useless without THAT. I meant data files: 10 CLS: DIM DLIST$(49) 15 OPEN "I",#1,"G:LIST.049" 17 INPUT #1,NUMBR$ 18 INPUT #1,SORT$ 20 FOR J=1 TO 49 22 INPUT #1,D$ 24 LET DLIST$(J)=D$ 36 NEXT J 38 CLOSE #1 It can't do that, and neither can it write to a data file. - Clarence Verge - Back to using Arachne V1.62 ....
