Search found 1 match
- Thu Jul 26, 2018 6:19 pm
- Forum: Technical / Scripting
- Topic: Weird concat behaviour
- Replies: 1
- Views: 1702
Weird concat behaviour
Hi, I'm working with a script that sends multiple emails with multiple attachments and I encountered a weird behaviour on ConCat. Let>RecsNumEmails=0 Let>RecsNumEmails=RecsNumEmails+1 Let>RecToEmail_%RecsNumEmails%=some@email.com Let>RecMailAttachments_%RecsNumEmails%={""} // Hardcoded email number ...