Base Converter

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
edited 2008-11-21 in Download section
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.
Sign In or Register to comment.