I am having a problem converting a string to decimal.  I want to
convert "1.0" to decimal 1.0.  I have tried the java.lang.Integer
class

use=> (Integer/parseInt "1.1")
java.lang.NumberFormatException: For input string:
"1.1" (NO_SOURCE_FILE:0)

But it won't give.  It does however work when I run it with "1".

Any suggestions would be greatly appreciated.  Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to