![]() www.fireflysoftware.com |
Create Mailing Labels from a List of Addresses |
|
|
|
Suppose you had a list of names and addresses that you needed to create mailing labels from:
If your label stock is one label wide, you could simply execute the following pipe,
to obtain the desired output:
The AppendStr filter is used to first double-space the list of names and the SplitLines filter then splits each line into 3 separate lines. Note that the SplitLines filter doesn't affect the blank lines as their length, (0) is less than the column positions 26 and 51 at which splitting takes place. Now, suppose you wanted the labels to be printed on a laser printer, 3 across by say, 15 deep per page. Adding three more filters to the original pipe gives us the pipe:
Its execution delivers the following output:
In this particular example, I limited the output to 3 labels deep by specifying 12 rows in the ColumnOrder filter instead of the 28 that would be required for a single column, (7 labels x 4 lines per label). This allowed the output to span 3 columns for the sake of demonstration. |
|
|
[Home] [Contact Us] [Downloads] [Purchase/Register] |
|
|
Copyright © 2005 Firefly Software |
|