in reply to Re: acme::tools num2code function
in thread acme::tools num2code function
Thanks, good explanation. I've learned something new today.
$number=5; $code=num2code($number, 10, 'AB'), print $code ,"\n";
it results in this output:
AAAAAAABABthanks again
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: acme::tools num2code function
by zentara (Cardinal) on Jun 11, 2012 at 10:29 UTC | |
by cztmonk (Monk) on Jun 11, 2012 at 10:34 UTC |