Bluepoint Design

Practical Cost-Effective Solutions
Macro Express: Multiple Attachments

Home
Up
Date Time Parsers
Building TSV Files
eMail Validation
Multiple Choice Trick
Occurrences
Repeat Validation
GoTo
First file
Fax PDF Breakup
Day of Year
Multiple Attachments
Multiple eMail Addresses
Text Padding
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