Message 1 of 3
Not applicable
01-02-2015
06:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am stuck..I have spent the morning to try and solve something which I know should be super easy
I want to collect items not selected from a Multilist box..
Can anyone point me in the right direction?
To select the items I have
selectedServers = (for i in serverlist_selection collect rlt_ServerList.lst_ServerList.items[i])
local sel = rlt_ServerList.lst_ServerList.selection as array
for o = 1 to sel.Count do
(
server = rlt_ServerList.lst_ServerList.items[sel[o]]
)
any assistance would be great as it is driving me nuts!
Solved! Go to Solution.
