Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello, I want to create the origin function within a dropdown list (combo box) for an array index operation. Is this possible?
I'm using Mathcad version 11
Solved! Go to Solution.
Hi like this to return first and third column despite value of origin.
Cheers
Terry
Hi like this to return first and third column despite value of origin.
Cheers
Terry
The value(s) returned by a combo box are the ones which are written in the second (and further) column when you edit the combo box. You only had put values in the first column and these value are just used for display. If you leave the first column empty, the values in the second column are used for display.
So all you have to do is to move the "0" and "1" from the first column to the second one. It sup to you if you want to put values in the first column.
