Change the decimal digits of a numeric field.
controlId - Id of the control
The value of digits for the numeric field.
Set digits
app.setDecimalDigits("myControlId", 3);
Function does not explicitly produce return value.
Last updated 2 years ago