Subject: what's integer() return for non integer string
From: <Lechee.Lai@xxxxxxxxxxxx>
Date: Sat, 5 May 2007 21:23:22 +0800
hi,
any method prevent integer("hello") return "Only digits may appear in an octal or decimal number"
is it possible return zero for "hello"
or any good way check string is non digits first
Thanks
Lechee