Subject Cast( float as varchar(20) ) formatting?
Author bwc3068
Hi--

This seems like something that should be easy OR I should've found easily on the group...but...

If I:

CharField = cast( FloatField as varchar(20) )

I end up with:

1.2345 = "1.2345000000000000"

How do I format it so the trailing "0"s are NOT in the return string?

Thanks
Kelly