Xref: utzoo comp.sys.mac:26339 comp.sys.mac.programmer:4353 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!caen.engin.umich.edu!fukuoka From: fukuoka@caen.engin.umich.edu (Toshimichi Fukuoka) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: Printing from MacFortran to Imagewriter problem Keywords: MacFortran, Imagewriter I am a user of MacFortranV2.3. I tried to print out calculation results with Message-ID: <413d732d.1153a@quixote.engin.umich.edu> Date: 2 Feb 89 22:26:00 GMT Organization: U of M Engineering, Ann Arbor, Mich. Lines: 13 ended in vain. According to the Imagewriter's manual, the size of character can be changed into ultracondensed mode(17cpi) by sending (ESCAPE 27 & "Q"). I wrote a program as follows. : IESC=27;IQ=81;write(6,100) IESC,IQ;100 FORMAT(2A2) : But it could not change the character size. However,it could be done with MS-BASIC using the following program. : LPRINT CHR$(27);"Q" : When printing from MacFortran, 'Printer Dialog Box' always appears, but it doesn't appear from MS-BASIC. I want to know how to make it without changing the dip switches of printer. Anyone help me? Toshimichi FUKUOKA University of Michigan, Ann Arbor