i am converting a php script to lua but having problems with base_convert — Convert a number between arbitrary bases
what would be the lua version.
PHP Code:
string base_convert ( string $number , int $frombase , int $tobase )
Comment