Hi, Where can I find some information on how to convert a alphanumeric string to a number ?
My problem :
$waarde = "0073"; # The value in $waarde comes from a file
needs to be converted to
$waarde = 73;
Pleas point me in the right direction.
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
