I wish I could, but the prop and keypad are mounted on my machine and away from the computer. I am doing uploads with a portable device using PropellerLoader.
I think you want AND not OR. You only want to execute the body of the IF if FirstDigitMonth is neither 13 nor 0. In fact, your IF statement is always true since any value is either not 13 or not 0.
Comments
From my looking at it, I agree things don't seem to add up.
Debugging suggestion..
Ad the pst (parallax serial terminal object) and see what FirstDigitMonth actually looks like with a
pst.dec(FirstDigitMonth)
pst.newline
between your input and if statement.
OBC
.
I wish I could, but the prop and keypad are mounted on my machine and away from the computer. I am doing uploads with a portable device using PropellerLoader.
Bruce
Ross.
EDIT: David, you beat me to it!
Okay I agree it should be an AND. My Bad.
Bruce
PS I will be back if that does not fix it
Good group of logic thinkers here.
OBC
Thank you VERY much. That one would have had me going for a little while.
Bruce