I have an array that I need to pass to a variable so that I can email the contents.
The array is structured like this:
filename1,filename2,filename3......
I need to be able to work with this so that I can use the SendObject to email the list of filenames. The email needs to be formatted as follows:
filename1
filename2
filename3
The only issue that I am having occurs when there is more than 1 filename.
Any ideas?
Thanks!
The array is structured like this:
filename1,filename2,filename3......
I need to be able to work with this so that I can use the SendObject to email the list of filenames. The email needs to be formatted as follows:
filename1
filename2
filename3
The only issue that I am having occurs when there is more than 1 filename.
Any ideas?
Thanks!