basicly though, it's easy: Written in C++ pseudocode (you can get the idea): float unconvertedVar = 0;
float convertedVar = 0;
string typeOfConversion;
(type in) unconvertedVar;
(type in) typeOfConversion;
if (typeOfConversion == "inches to feet") //this is just an example
{
convertedVar = unconvertedVar / 12;
}
(print out) convertedVar; //output variable
Post edited at 7:09 am on April 29, 2008 by the5e
-------
my signature is awesome