Hi there, so I want to make a simple dosage calculation in my app with this formula:
age / 150 x adult dose
is it possible?
Hi there, so I want to make a simple dosage calculation in my app with this formula:
age / 150 x adult dose
is it possible?
Set result lable text to (Textbox1.text/150)*(textbox2.text)
thanks for your help GSR, it solved!