Base Converter
What is it:
=======
This tool will convert a Base 10 number to another base
How it works:
========
Provide a number you wish to convert, the Base it must be converted too and the minimum length of the return
ConvertBase10ToBase(iIntNumber : Decimal;iIntToBase : Integer;iIntMinLength : Integer) rResult : Text[30]
Ex.
ConvertBase10ToBase(10,2,1) would return "1010"
ConvertBase10ToBase(10,2,5) would return "01010"
http://www.mibuso.com/dlinfo.asp?FileID=1019
Discuss this download here.