Quote Originally Posted by rsocor01 View Post
Darrel,

Let me ask a very dumb question here about your ELSEIF program . Lets say for example that variable supply_in= 251. Does the program exits the IF..ENDIF block after it encounters the lines

ELSEIF supply_in> 250 then
max_duty = 155
...
That one''s easy (programmer by trade), it exits the nested IFs after assigning 155.