[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
MAILING LABELS
- Subject: MAILING LABELS
- From: DAVID AUERBACH
- Date: 24 Jun 1990 07:18:08
It is an interesting exercise to try to produce, let's say 3-
up labels; that is three columns from a mailing list. As 149 indicates it is a
two phase procedure. Load a minimal prn file (like none), produce a file using
mailmerge and tyf that has just the addresses in a stream and then ty that with
snaking added (a little extra massaging about pl, fd ,etc of course). Sounds
great. Here's an extra wrinkle that I can get around (especially after I
reduce all this to a pgm) but am puzzled by. Whether I use no prn file or a
minimal one (where the modes are blank, ff=0, of=0 there is no FB, etc., but
where FS because I didn't want to alter my mailing lists--some "lines" in
address are two lines) I get a lot of extra ascii 10 (visible only in expanded
mode). Given teh way I put in my carriage returns I can get rid of them (though
normally it is a song and dance ) by a ci /WSWW//
where the wild stuff manages to take care of elimating the ascii 10s. Now I
know what they are--they are the remainders of getting to the bottom of the
page; I imagine if I counted them and added the # of lines in the address I
would get 66. So how do I no get them, rather than how do I get rid of them?