Designer: Formatted Output of Numerical Values

Valid from List & Label 5
Starting with List & Label 11, text paragraphs and table cells have a property "Format" which allows a comfortable formatting of numeric or date values.

Another way to produce a formatted numerical value is by using the function FSTR$(Number,String).

Example:
Fstr$(39.49, ''###.##'') -> ' 39.49'


Further information about this function or the format string is available in the Designer online help.

IDKBTE000450 KBTE000450