[ cl-cookbook-Bugs-1673404 ] misprint in Strings - Example

"SourceForge.net" <[email protected]> Sun, 04 Mar 2007 03:51:31 -0800
Newsgroups gmane.lisp.cookbook
Message-ID <[email protected]>
Bugs item #1673404, was opened at 2007-03-04 03:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=447472&aid=1673404&group_id=46815

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: misprint in Strings - Example 

Initial Comment:

In Strings - Converting a Number to a String

Example 

* (write-to-string 250.02)
"200.02"

should be

* (write-to-string 250.02)
"250.02"

or

* (write-to-string 200.02)
"200.02"

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=447472&aid=1673404&group_id=46815

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV