Orange Micro Interface The Grappler User Manual

Page 15

Advertising
background image

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:

5 S=l
1Ø HOME
2Ø 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

1Ø 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—

Advertising