Dear all,
I have a form where I keep track of computer issues. The form contains a listbox which shows the names of the affected people. At most the list ranges from 1-5 users.
My intention is to send an alert to the affected users by e-mail
when the particular issue has been solved.
My question: how do you put the names from the listbox an array.
For example. The listbox contains:
john
mary
The array would be:
alertReceivers = Array(john, mary)
Kind regards,
Hans B.
I have a form where I keep track of computer issues. The form contains a listbox which shows the names of the affected people. At most the list ranges from 1-5 users.
My intention is to send an alert to the affected users by e-mail
when the particular issue has been solved.
My question: how do you put the names from the listbox an array.
For example. The listbox contains:
john
mary
The array would be:
alertReceivers = Array(john, mary)
Kind regards,
Hans B.