Hi.
I have the following code:
if (($count == 6) or ($count == 11) or ($count == 16) or ($count == 21) or ($count == 26) or ($count == 31)) ...
I really have no idea how to write with dynamically.
I tried "if ($count % 5+1)" and stuff, but of course it doesn't work.
If you have any idea, please respond. Thank you so much!
Julia