but to answer your question
"is there a way to get in an array the selected items?"

no, this isn't possible because .ListBoxItems are virtual objects you 
can't store them into arrays but they only have .Selected and .Text, you 
know they're selected so the only thing you may need is .Text (as 
supposed in a String-Array) or if you want to modify those values, i 
suggest you returning the indices and referencing the .ListBoxItems with 
them again...

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to