it's code not Work [Solved ]
BlitzMax Forums/BlitzMax Beginners Area/it's code not Work [Solved ]| 
 | ||
| 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. | 
| 
 | ||
| 2x End(if) | 
| 
 | ||
| No Work. | 
| 
 | ||
| Ok, No problem. f ( Self.fuerzaMotor:Float => 0 And Self.fuerzaMotor:Float < 101 ) Then |