High Precision numbers

I would like for numbers to display to 4 decimal places even if the number is 5000.0000. for some reason b4ppc is returning 5000. Any suggestions.

Thanks
 

ceaser

Active Member
Licensed User
hi Focusrocker

How about format(5000,"F4")?

Textbox1.Text=Format(5000,"F4")
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…