Expand my Community achievements bar.

How to dynamically change the "Comb Of[#] Characters" property?

Avatar

Level 4

Hello folks,

Does anyone know how can I change numeric field's "Comb Of[#] Characters" property using code?

Thank you,

Yair

1 Reply

Avatar

Level 10

Hi,

this can be done with a script such as:

numericField3.ui.numericEdit.comb.numberOfCells = "15"