in reply to Getting numeric value of an alphabetic string
are you talking about this?
$nums = "123"; $val = $nums * 1; print ("Value = $val\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting numeric value of a alphabetic string
by Anonymous Monk on Aug 05, 2005 at 06:56 UTC | |
by sk (Curate) on Aug 05, 2005 at 07:01 UTC |