![]() |
|
|
+ Search |
![]()
|
May 13th, 2000 06:32
unknown unknown, Joe Riley
You can use formatnumber(value,2), it should give you 2 decimal places and it won't display the $ The only other way is to take that string you just formated with formatcurrency, and just replace the $ with nothing mynumber = Formatcurrency(number,2) mynumber = Replace(mynumber,"$","")
© 1999-2004 Synop Pty Ltd