F
Fire Chief
I have tried to use all the round functions i.e. round () Rnd() etc and I
can not get it to work like I want it to. This is a program that calculates
fire hydrant pressures and Gallons per minute flowed.
Here is the code for a textbox in question.
Private Sub PowerAnswer1_Click()
PowerAnswer1 = Answer1 ^ 0.54
End Sub
Work great except I get 12 or more numbers, I just want to see the first
six.
Can someone help, Thanks in advance
Ed White
can not get it to work like I want it to. This is a program that calculates
fire hydrant pressures and Gallons per minute flowed.
Here is the code for a textbox in question.
Private Sub PowerAnswer1_Click()
PowerAnswer1 = Answer1 ^ 0.54
End Sub
Work great except I get 12 or more numbers, I just want to see the first
six.
Can someone help, Thanks in advance
Ed White