Afternoon all,

 

So a combobox is derived from two values - the Label and the Value e.g. 

 

box = ["Label1", "Value1", "Label2", "Value2"]

 

Say I've selected "Label1"

 

by using GetValue (box) the value it returns will be "Value1"

 

Is it possible to get the label as a return value other than setting the
value to the same as the label?

 

Reply via email to