-- Group all numbers (df_slide21) -- Place parentheses around negative numbers f = .decimalFormat~new(',0.00;"("")"') say f~format(1234.56) say f~format(-1234) say f~format(0) ::requires 'c:\2008Symposium\presentations\decimalFormat.cls'