Thousand separator property

Official Content
This documentation is valid for:
It determines whether to include a separator for thousands or not.

Values

False
True

Description

Default value: True

Notice the IDE uses the "," (comma) character to represent it in the Picture property. Later, during the generation phase, the programs will use the Decimal separator property.

Samples

  INPUT OUTPUT
    Numeric(7.2)   456 1123.5
True Z,ZZ9.99   456.00     1,123.50  
False   ZZZ9.99 456.00 1123.50