in reply to Re: Begginer's question: If loops one after the other. Is that code correct?
in thread Begginer's question: If loops one after the other. Is that code correct?

Just for clarity, the OP should note the seems in

it seems like you could combine the last and the first conditionals into another if ... else.
The middle if...else... clause could change a value used by the last block.

--MidLifeXis