Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dollarformat minus the cents

Status
Not open for further replies.

Lotruth

Programmer
May 2, 2001
133
US
How do you display money using the dollarformat function without having the cents (.00) added?
 
I would try using:

#Numberformat(mynum,"$_______.")#

If the number actually has a decimal and cents you can use

#int(mynum)# to drop everything after the decimal.

have fun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top