Jeff Borders <[EMAIL PROTECTED]> wrote:
:
:
: I thought the "~" would take care of this in format, but no. I've also
: tried using printf without a format block, but couldn't figure out how
: to left justify the strings.
[snip]
: # Print Format Definitions
:
: format STDOUT =
: @<<
I've written a trivial program to print avery labels. One that allows
me to specify how many rows to print (when I don't need 30 labels).
The problem is that I don't want to print a blank line on a 3 line
label.
I thought the "~" would take care of this in format, but no. I've also
tried using