[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple Pascal print
In article <33109705.1B78@aone.com>, Martin Skavlan <martys@aone.com>
wrote:
>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