Is there a way to get the text of the options chosen in a MultiChoiceDialog? I know that GetSelections() returns the indices, but I don't know if this will help me. I think I need to have the text instead, that way I can use the text to make SELECT statements on my database. I'm not sure how to do this with just the indices. Thanks.