Check out Amazon.com!

BlitzCoder Code Archives PageMain Codes Page
"Number Base Conversion with String to Float Capability.", by jimpishlo
The first of the functions in the code 'xBase2Int' will convert a string holding either a binary, octal, decimal, or hexidecimal value into an integer. See comments for using this function.

The second function 'String2Float' will convert a float value stored in a string into the most accurate float value the system can provide. See comments for use.

Enjoy,
-JimPishlo JimPishlo@Comcast.net
Code
Copyright(c) 2000-2004, BlitzCoder. All Rights Reserved.

Code software created by Krylar's Kreations