Quote:
> ToText(5) prints out '5.00'
> What can I do to make it print out just 5 ? Or even just 5.0
Depending on your version of
Crystal Reports (I'm using version 6) the
ToText function allows you to supply an additional argument to solve
your problem.
ToText (5,0) prints out '5' because I've specified '0' decimal places.
You can also format the exact presentation format using other
parameters. I found all of this in the CRW Help file.