it's code not Work [Solved ]

BlitzMax Forums/BlitzMax Beginners Area/it's code not Work [Solved ]

Yue(Posted 2016) [#1]

If ( Self.fuerzaMotor:Float => 0.0) And ( Self.fuerzaMotor:Float <= 100.0)   Then 
					
End 
End If 





I want to evaluate that as long as the variable is greater than zero or less than one hundred. Then close the program, but it does not work.


MikeHart(Posted 2016) [#2]
2x End(if)


Yue(Posted 2016) [#3]
No Work.




Yue(Posted 2016) [#4]
Ok, No problem.
f ( Self.fuerzaMotor:Float  => 0 And Self.fuerzaMotor:Float < 101 )    Then