maybe i should goto bed so i can think but ill ask anyway....
i have a number that is different sizes that i would like to format with ,'s in the correct spot. whats the best way to do this? the numbers are basically money figures without the $ so it always ends in with the last three characters being a ".??" where the ?? would be the cents. I hope this makes since. It would need to loop thru incase there is a million dollar order ( i hope ) :O)
Optional. Numeric value indicating how many places to the right of the decimal are displayed. Default value is -1, which indicates that the computer's regional settings are used.
IncludeLeadingDigit
Optional. Tristate constant that indicates whether or not a leading zero is displayed for fractional values. See Settings section for values.
UseParensForNegativeNumbers
Optional. Tristate constant that indicates whether or not to place negative values within parentheses. See Settings section for values.
GroupDigits
Optional. Tristate constant that indicates whether or not numbers are grouped using the group delimiter specified in the computer's regional settings. See Settings section for values.