Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 18:22:56 +0000



Post From: ACSIL - Input parameters - Drop down list

[2014-07-25 22:54:08]
ejtrader - Posts: 688
SC Team - Is it possible to use enum list for an input parameter and let the user select it from drop down list for an input.

For drop selectable dropdown input - you do this something similar for setChartnumber - but don't know if it is possible to do this in general.

Any study that I can refer for this purpose.

Thanks

For example:
enum ival = {option1,option2,option3};
would like to let the user pick one of the above options as an input rather than typing 0,1,2