<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><small>Am 03.11.2012 22:09, schrieb
        David T. Lewis:
      </small></div>
    <blockquote cite="mid:20121103210931.GA44889@shell.msen.com"
      type="cite">
      <pre wrap="">
Looks ok to me:

  ws := WriteStream on: ''.
  Float pi printOn: ws showingDecimalPlaces: 4.
  ws contents ==&gt; '3.1416'

Where are you seeing the problem?

</pre>
    </blockquote>
    <small>only if you give it the value 0.0</small><br>
  </body>
</html>