Custom answers in operator assignment

Is it possible to, instead of having the operator type, have the operator pick the option he wants.

so for example, he won’t have to type into my assignment textbox for a textstring, but he can pick one of mulitple pre-written options.

can this be done?

I don’t know if it’s what you want but you can try in your assigment textbox, write for exemple 1 is for pick and place application / 2 is for deburring application … So that your operator can choose any of the option.

And the rest of the program is with switch case or if elseif statement.

Yes thats what I have right now. I was wondering, just for the sake of the program looking better, if there is a way have buttons with custom text. But it seems like that isnt possible. so I’ll do it like you said.
Thanks

The only possibility I see is to have an URCaps doing it