# $EPIC: strtol.txt,v 1.1.1.1 2006/07/11 04:57:43 jnelson Exp $
$strtol(<base> <number>)
This is useful to convert binary, octal, or hex numbers to decimal.
The <number> of the given <base>, converted to base 10.
The empty string if argument is omitted.
0 if the conversion was unsucessful.
$strtol(16 ABC194F) returns 180099407
This function first appeared in EPIC5-0.0.2.