Hi all I have a question about how arrays work.
I know you can set up and array like this:
<<set $weekDays=["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
So let's say that I want to setup a button that advances $weekDays by 1 day so:
Before pressing the button $day = Monday
and after $day = Tuesday.
I know how to use <<button>>, just not sure about the syntax needed to use the actual array itself.
Thanks for you help!