The following program will allow you to print a graph that has been previously saved to the disk. For e,~as~ple, after saving the qreph created by one of the popular graphing programs for the Apple, run this program to print it on your printer.

Note: If your Grappler is not in slot #1 change line 5 so that S equals the clot number of your Grappler.

For Applesoft Basic Users:

5S=l

1Ø HOME

D$-CHRS(4)

3Ø I$=CHRS(9)

4Ø PRINT “ENTER TNT NAI4E OF THE GRAPH:” 5Ø INPUT N$

6Ø HGR

7Ø PRINT D$;”BLOAD”:N$;”,A$2ØØØ" 5Ø VTAB 22

9Ø PRINT “ENTER OPTIONS (D,I,N,L,E,NORMAL” 1ØØ INPUT A$

1Ø5 IF LEFT$ (A$,1)="N” THEN A$=”” 11Ø PHINT D$;PR#”;S

12Ø PRINT I$;"G";A$

13Ø PRINT D$;”PR#Ø" 14Ø TEXT:HOME

For Integer Basic Users:

Line 3Ø should be typed with a CTRL—D between the quotes.

Line 4Ø should be typed with a 0151—I between the quotes.

5 S=l

CALL—936

2Ø DIM N$ (3Ø):DIMA$(lØ) 3Ø D$=""

4Ø I$=""

5Ø PRINT “ENTER THE NAME OF THE GRAPH:” 6Ø INPUT N$

7Ø PRINT D$;’BLOAD”;N$;",A$2ØØØ”

8Ø PRINT “ENTER OPTIONS (D,I,R,E,L,NORMAL).:” 9Ø INPUT A$

95 IF A$(l)-"N" THEN A$="" 1ØØ PRINT D$:"PR#”:S

11Ø PRINT I$;’G”;A$

12Ø PRINT D$;"PR#Ø”

13Ø TEXT: CALL-936 999 END

—14—