I am using VisualInterdev and need to make a calculation on my form. I need to raise a value to the .745 power. How do I write this in vbscript?
Printable View
I am using VisualInterdev and need to make a calculation on my form. I need to raise a value to the .745 power. How do I write this in vbscript?
Code:NewNum = Num ^ 0.745