Bluepoint Design

Practical cost effective solutions   
Macro Express: Multiple Attachments

Home
Up
Multiple Choice Trick
Multiple Multiple Choice
Occurrences
Repeat Validation
GoTo
First file
Fax PDF Breakup
Day of Year
Multiple Attachments
Multiple eMail Addresses
Text Padding
Building TSV Files
Macro Express has the capability of sending emails with multiple attachments but out of the box one needs to assign one string variable per attachment. To me this seemed inelegant as I hate setting aside large blocks of variables in order to accommodate an unknown number of attachments. After doing some experimentation I found that one can combine multiple attachments in one string variable by simply separating them with a semicolon (;). Using this method one can have any number of attachments without using up large blocks of string variables!
 
Practical cost effective solutions