03-30-2017 04:09 AM
Please i need help.
How i can install function (not a callbackfunction just normal function type int for example )
into choices in list box.
thnx 🙂
03-30-2017 04:16 AM
You can use the integer numbers of the list box in a switch statement (case 1 ... case n)
03-30-2017 04:30 AM
in this case i will write extra code every time when the list box is modified
but thnx anyway 🙂