I don't know what it is with NT cut and paste in outlook express, but it
sometimes loses characters, especially in code.  The 'ble.valueOf...' should
have been 'Double.valueOf...'  I'll try hand keying to get it right.  On TV,
we call this technical difficulties.


                            Joe Sam


         try
         {
             double dvalue = Double.valueOf(
                 doubleformattedstring ).doubleValue();
         }
         catch( NumberFormatException nfe )
         {
             ...
         }

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to