richrock316
Programmer
My program creates a .CSV file and outputs 20 or so fields to it. The problem is that in the .CSV file it sets all the fields to a "general" category. This means when I wanted a value of 115.200, I get 115.2 . Is there any way of formatting it from code to include the proper amount of decimal places.
Currently I am using a format of: Format(ITIME , ".000")
Currently I am using a format of: Format(ITIME , ".000")