/
decimalFormat
decimalFormat
This setting controls decimal formatting for the pjs.char() and pjs.editCode() functions. If set to I
or J
, a comma (",") will be used as the decimal. Otherwise a dot (".") will be used.
decimalFormat
affects both the decimal format and the separator.
When decimal format is not set:
decimal place: dot (".")
thousands separator: comma (",")
When decimal format is set to
I
orJ
:decimal place: comma (",")
thousands separator: dot (".")
Example
Set the decimal format to commas (",") for the decimal character and dots (".") for the thousands separator.
decimalFormat: "I"
, multiple selections available,