Hi everyone,
I have a menu parameter that is filled using a script. The menu looks like this.
"token", "Label"
"p", "P"
"flow", "Flow"
In the VEX code I want to get the selected Token of the parameter.
int id = chi("attributes");
string name = chs("attributes");
Both of these return the selected item index but not the token or the label.
Is there a way to get the token of a menu parameter using VEX?
Thx!
Christian