If a user selects something, how can I get the text of what is selected?

Like say I have this:
Code:
My Program|
                   |Hello World
                   |Never!
If the user selects "Never!", how can I just get the text "Never!"? I am NOT interested in the node number, jsut the text and the order may be different all the time.