[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apple Pascal print
- Subject: Apple Pascal print
- From: Martin Skavlan <martys@aone.com>
- Date: 1997/02/23
- Newsgroups: comp.sys.apple2
- Organization: All USENET -- http://www.SuperNews.com
I have written an Apple Pascal 1.3 program to set up the HP ThinkJet
printer 2225C to print in bold mode from the Apple IIe. The 2 pertinent
lines are: Rewrite (Out_file, 'printer:'); { Declare printer }
Writeln (Out_file, chr(25), '(s1B'); { Bold mode }
Note: The "GrafstarII" manual states that it must be "chr(25)"
instead of "chr(27)."
That doesn't work. Help would be apprecianted.
Marty