Download Print this page

Orange Micro Interface The Grappler Operator's Manual page 12

Orange micro the grappler interface operator's manual

Advertisement

The following table illustrates how a few Grappler commands would be
used within a program:
INTEGER BASIC
1Ø PRINT "CTRL-D";"PR#l"
2Ø PRINT "CTRL—I": "8ØN"
3Ø PRINT "TESTING"
4Ø POKE 36,5Ø:PRINT"TESTING" 4Ø PORN 36,5Ø:PRINT"TESTING"
5Ø PRINT "CTRL-I"; "CTRL-A"
60 PRINT "CTRL-A" "1ØL"
7Ø PRINT THE GRAPPLER"
8Ø PRINT "CTRL—D""PR#Ø"
NOTES:
Whenever you see CTRL—I enter the command, control I, as explained in
the section "Text Features". For example, since control characters don't
appear on the screen line 1Ø will look like this: 1Ø PRINT "";"PR#1"
When tabbing past 4Ø columns, you must set the line length greater than
4Ø (OTRI—InK) and then use the POKE 36,n command shown above.
TM
USING GRAPPLER
10 PRINT CHR$(4);"PR#l"
20 PRINT CHR$(9);"8ØN"
3Ø PRINT "TESTING"
5Ø PRINT CHR$(9);CNR$(l)
6Ø PRINT CHR$(l);"lØL"
7Ø PRINT "THE GRAPPLER"
8Ø PRINT CHR$(4);'PR#Ø"
APPENDIX A
CONMANDS WITHIN A PROGRAM
11
DESCRIPTION
Turns on Grappler
If you are not
using DOS (disk
operating SYSTEM)
thEn enter the line
as: 1Ø PR#1
Set line length to
8Ø columns and turn
off Apple video
Prints "Testing"
on the printer
Tabs to the 51st
column and prints
"Testing"
Charges tha CTRL-I
command character
to CTRL—A
Sets left margin to
1Ø, notice use of
new command
character,CTRL-A
Prints "The Grappler".
Notice printing
starts at 1Øth column.
Turns off Grappler.
If you are not
using DOS enter the
line as: 8Ø PR#Ø
TM

Advertisement

loading

Related Products for Orange Micro Interface The Grappler