From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 101deb,495b037244521cf3 X-Google-Attributes: gid101deb,public X-Google-Thread: 103376,22b2c05a8088bbb2 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Leading zeros with Int_IO.Put()? Or another package? Date: 1996/11/25 Message-ID: <1996Nov24.200655.1@eisner>#1/1 X-Deja-AN: 198503278 x-nntp-posting-host: eisner.decus.org references: <327FB8A3.745B@itg-sepg.logicon.com> <55ubsh$lh0$1@goanna.cs.rmit.edu.au> <56bi13$3pa$1@goanna.cs.rmit.edu.au> <328A0DDD.94B@lmtas.lmco.com> <56rgou$r4k$1@goanna.cs.rmit.edu.au> <56tjrh$4ak$1@goanna.cs.rmit.edu.au> <56trsm$f5a$1@goanna.cs.rmit.edu.au> <56u4vf$r65$1@goanna.cs.rmit.edu.au> <57381t$at8$1@goanna.cs.rmit.edu.au> <573mrl$3v2$1@goanna.cs.rmit.edu.au> <578rdj$3lj@mulga.cs.mu.OZ.AU> x-nntp-posting-user: KILGALLEN x-trace: 848884061/21607 organization: LJK Software newsgroups: comp.lang.ada,comp.lang.pl1 Date: 1996-11-25T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) writes: > Fregus refers to > > "Still, that's not going to look good if your 131-column printouts now > become 133 columns wide, forcing either wrap or truncation when you try > to print them on a standard 132-column printer." > > > That's good for a laugh -- hands up all those programmers who interact > with "standard 132-column printers" any more. For those who do, I guess > you must still punch your programs on 80-column cards??? While few have their source limited to emulation of 80-column cards, even printers capable of arbitrary graphics (e.g., Postscript) are often fed by spooling and queueing programs which emulate a certain width (132 being one popular number). The more expensive the printer, the greater the likelihood that it is treated as a "production" device, with spooling and queueing controlled by system administrators rather than individual programmers. Larry Kilgallen