Dim myretList As List
Dim mylist As List
myretList.initialize
mylist.initialize
mylist.Add("1 item")
mylist.Add("2 item")
mylist.Add("3 item")
mylist.Add("4 item")
myretList=InputMultiList(mylist,"title")
activity.Title=myretList.Size ' number of items selected
how to get name of selected items or index of selected items which are checked or not checked?
grCor
Dim mylist As List
myretList.initialize
mylist.initialize
mylist.Add("1 item")
mylist.Add("2 item")
mylist.Add("3 item")
mylist.Add("4 item")
myretList=InputMultiList(mylist,"title")
activity.Title=myretList.Size ' number of items selected
how to get name of selected items or index of selected items which are checked or not checked?
grCor