Release

Base Converter

2

McPepic 2022-11-17 22:19

This tool provides a subprogram that will convert a string in any base to a decimal number that you can use.

Simply feed in the number via a string, the base, and the variable to output to.

The program comes with a couple of demo values to show it in action.

If the program encounters an invalid digit, it will be skipped and an error will be displayed in debug mode with the index.

Digits start with 0 to 9 and continue with letters (ie hexidecimal - 0 to f).


Log in to reply.