Advanced Base Converter
Updated code! This function converts numbers into any base, and any base into decimal! Works frek-in’ awesome! Original Author: Feuchtersoft Assumptions Not all bases will work; there are not enough characters to be able to do every base. An error will occur when this happens. Returns ‘ The two functions given are reversible. For example:ConvertToBase(45, 16) = “2D”ConvertFromBase(“2D”, 16)… Read More »