Hi All,
firstly thankyou for taking the time to read this, and in advance thanks for the help :)
im a newbie to this site, and also to programming.
my project is a BMI calculator, so far, i have coded the (input) textboxes, made it switchable from metric to imperial (kind of)
the problem i am having is, i need (on btn click) to have an answer (frm either imperial or metric) to go into the Answer textbox, but its not working, the metric will do this (im guessing its because it is what i coded first) but the imperial give a "NaN" statement, but if i comment out the metric codes, the imperial code works fine,
so my frustration begins.......
i have created a radio btn group box, so that i can switch between Imperial & Metric at any given time, and once 1 is selcted it disables and hides the other, great, thats just what i want, now what i am after is for that bit of code to work. the next step is for me to convert 1 input (i.e metric) and with the radio btn pressed it will convert to Imperial.
any ideas guys, on either?
Many thanks
Ade