4 Replies
if you want another condition, you want
else if (...)
, not just else (...)
ohhhh ok thank you so much
also for what it's worth, that second condition is redundant
if b is not
>= 13
then the only other option is that it must be < 13
so there's no point checkingWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.