Re: ??????

2003-03-18 Thread Jim Haggerty
Um, what?! -Original Message- From: LISTSERV [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 8:26 AM To: [EMAIL PROTECTED] Subject: ?? 这封电子邮件的目的是向你介绍一系列的生物科技产品.它的广泛使用,将会改善我们的生活质量. 1. 重组人生长素注射针剂 是目前唯一能有效地治疗青少年矮小症,特纳氏综合症等疾病的药物.已经通过GMP认证.同时还有助于男性性功能的恢复. 2. 抗衰老产品 包括有口

Re: [ANN] Online version of JavaServer Pages, 2nd Edition, availa ble

2002-10-09 Thread Jim Haggerty
Hello Hans, I bought the first edition when I started working here at Yamaha and found it IMMENSELY helpful. Since then I've subscribed to the Safari Books online AND bought the hardcopy of your second edition. Thanks again! Jim Haggerty Yamaha Motor Corporation (714) 761

Re: how to convert string to float?

2002-10-01 Thread Jim Haggerty
Try: Float f = Float.parseFloat("12.12"); -Original Message- From: Vaishali S. Pandya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 7:22 AM To: [EMAIL PROTECTED] Subject: how to convert string to float? int i = Integer.ParseInt("123") what to do for float f = ("12.12"