how to delimit attachments for SendEmail() ?

Looking at the SendEmail() function, there is no clear definition of what is required. It accepts a string, but how to delimit the string?

OK, for email addresses we accept it could be either ; or , but what about attachments? Both are perfectly acceptable in a file name.

In version 7 you wrapped the name and path in quotes, but that makes separate strings now we are semi-colonists. What do do - anyone know?

Tagged:

Comments

  • Well, it seems you can use a semi-colon, as we suspeted. What happens, however, if a file name or path contains a semi-colon? That will break it, surely?