[thelist] formatting numbers in ASP

miinx lists at miinx.com.au
Wed Oct 2 09:19:24 CDT 2002


miinx wrote:
> FormatNumber(yourNumber,0,0,-2)
>
> this will group the digits with the user's group delimiter as specified
> in the control panel for their regional settings.  (usually ",")
>

[mannnn.... too speedy on the send button...]

I missed a '0' in the function above.. should be:

FormatNumber(yourNumber,0,0,0,-1)

and yeah, use vbTrue (-1) as Jay said, instead of vbUseDefault (-2)...
which will not group them at all if that is how the user's system is set
up.

sorry for the misleading info...

hth
Karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au





More information about the thelist mailing list