Hi
I have search and found examples but unable to get them to work.
This is what i am trying to achieve:
ERROR:
thx
toe
I have search and found examples but unable to get them to work.
This is what i am trying to achieve:
B4X:
Dim pPitch As Double = Spinner1.SelectedItem
Try
Dim lLength As Double= EditText1.text
Catch
Msgbox("You must enter a length","Enter Length")
Return
End Try
lLength = lLength / Cos (pPitch * (cPI / 180))
lLength = Round2 (lLength,3)As Double
Msgbox(lLength,"Raking Length")
ERROR:
Parsing code. 0.00
Compiling code. Error
Error compiling program.
Error description: Syntax error.
Occurred on line: 62
lLength = Round2 (lLength,3)As Double
Word: )
thx
toe