Code library submission: Base Calculator

Gamer X
01-01-2003, 10:12 PM
Seeing 0nErr0r's latest Tutor's Corner submission (Bits, Bytes, and Bases (http://www.visualbasicforum.com/showthread.php?s=&threadid=54801)) reminded me of this code bit that was going to sumbit a few months ago.

Basically, it is a small app that converts between bases 0-36, using a method I learned at www.purplemath.com.

Arigato,
Gamer X

Volte
01-01-2003, 10:39 PM
Your Modulus function is redundant; there's a Mod operator. :p I don't
have VB6 installed so I can't test it, but it seems like it's coded fairly
well.

Gamer X
01-01-2003, 10:52 PM
>Your Modulus function is redundant; there's a Mod operator. :p
The Mod operator deals in Integers only, which resulted unneccessary overflow errors, whereas the Modulous function can handle Doubles.

>. . . it seems like it's coded fairly well.
Thanks ^_^

Arigato,
Gamer X

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum