I'm generating class notes in HTML via scribble.  I'm trying to include the
number 10.50 (as a price in an test case, so the trailing 0 matters).  I'm
using format to produce the strings that go into the rendered html.  When I
do this (whether with ~a or ~s), the trailing 0 is dropped, producing 10.5
in my output instead of 10.50.

What can I do to preserve trailing zeros?

thanks,
Kathi
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to