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?
Which user interface are you using? HTML (i.e.
<input type=checkbox>)? Then instead of collecting each checkbox into its own boolean, directly access the checkbox controls: