in reply to Number?
If $test = '5.55555' it works, but if $test = 'howdy', it doesn't.print "is number" if int($test);
-mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: markjugg-- using int to test numberness
by extremely (Priest) on Oct 25, 2000 at 08:44 UTC |