decimal format

  • Thread starter Thread starter Brent Burkart
  • Start date Start date
B

Brent Burkart

What is the best way to format the data in a textbox into a decimal
(#########.##)?

Thanks,
Brent
 
Hi Brent.

Some people wait days for an answer. Some people can't wait an hour!
(you're the second today)

Avenues for enquiry have been posted to your original question. ;-)

Regards,
Fergus
 
this should do the trick

strString = FormatNumber(strString, 2, TriState.True, TriState.False,
TriState.False)



eric
 
Hi Scott,

Lol. I thought you were ignoring me.

Given that it's you, I won't explain what I meant - I know you have
serious difficulty understanding people at times, so there's no point. :-(

Fond regards,
Fergus
 
fergus, if he actually contributed to this ng, i think he'd be able to
recall both repeat and unique posts at least spanning one or two days. this
question in particular gets posted almost once a day. i think most of us
hear know what you meant and know why you have to s p e l l things out a bit
more for scott. but then again, that would mean we're keeping track too.

keep 'em truck'n

steve
 
Back
Top