123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function C_NumberFormat(){this.M_sDecimalSeparator=".";this.M_iScale=0;this.M_sLeadingSymbol="";this.M_sTrailingSymbol="";this.M_sNegativeSymbolLeading="-";this.M_sNegativeSymbolTrailing="";this.M_bUseGrouping=false;this.M_iPrimaryGroupSize=3;this.M_iSecondaryGroupSize=3;};
|