fbizzell
Programmer
- Jul 3, 2000
- 217
I am trying to use the Valid command or function and have used it in the past but all of a sudden I can't get it to work. What is wrong with this code:
ndropoff:=0
@ 5,10 say "Enter drop off" get ndropoff valid ; ndropoff>=1.00
read
It should not let me enter .50 but it does.
ndropoff:=0
@ 5,10 say "Enter drop off" get ndropoff valid ; ndropoff>=1.00
read
It should not let me enter .50 but it does.