Guys, Im a newbie in coldfusion, please help me. Im using a cfpop tag to get the email. I need the attach files so im calling AttachmentFiles. It is tab separated, how i can separate those tab separated string inorder for me the check the extension of attachment and store it to a proper folder. Thanks, Mike
Hi, i got figure it out, coldfusion has a same function with php like the explode(). <cfset pop_attachment_file_list = ListToArray(#pop_read.AttachmentFiles#, CHR(9))> Thanks, Mike