I have the vague notion that I need to add change the feet to inches, add them to the inches and multiply by 2.54 -
(((txtFeet*12) + txtinches) * 2.54)
Is this the correct way to get the value or would I need to write a function and call it?
How do I go about entering this calculation into a text box called txtCenti?
Thanks in advance,
Brenda
(((txtFeet*12) + txtinches) * 2.54)
Is this the correct way to get the value or would I need to write a function and call it?
How do I go about entering this calculation into a text box called txtCenti?
Thanks in advance,
Brenda