Thanks... I actually wanted to get all the contents of the list, not just the selected ones... I was looking for a direct way of converting the ListModel to a String Array... For now what I did was a for loop to get all elements in the model using getElementAt... It works like this I was just wondering if there was a more direct way....
Thanks again!