Skip to main content
10-Marble
November 13, 2025
Solved

create the  origin  function within a dropdown list (combo box)

  • November 13, 2025
  • 2 replies
  • 281 views

Hello, I want to create the  origin  function within a dropdown list (combo box) for an array index operation. Is this possible?

 

pannus0_0-1763030658875.png

I'm using Mathcad version 11

Best answer by terryhendicott

Hi like this to return first and third column despite value of origin.

Capture.JPG

Capture2.JPG

Cheers

Terry

2 replies

21-Topaz II
November 13, 2025

Hi like this to return first and third column despite value of origin.

Capture.JPG

Capture2.JPG

Cheers

Terry

25-Diamond I
November 13, 2025

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.