Hi, I'm trying to figure out how to write a vbscript that does this: I've got a system of checkboxes which represents a type of software.
And each of these checkboxes are collected into each own boolean variable. For each of these 'true's I want to send an e-mail.
How can I do this using a "for each" loop or something?