Select BS value property (follow up question)

In the properties window of the IDE, the Selector value property allows entry of a list of “values” associated with a particular selector position. How do I access those values programmatically in Basic?

When I use the following command it only returns the current selector position:

result=selector1.value

I am running version 6.3.1.2

result = selector1.value

See the documentation:
https://wiki.nsbasic.com/Select_(Bootstrap)