Replies: 1 comment
-
From a quick look at your qeustion, not sure what exactly you are doing, but you could try to use the index and index access. Like so:
Does that help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out the best way to do the following:
I have two arrays of arrays of ints:
and then a grid of boxes that will be turned on and off by the main program. I'm trying to figure out a few things with the following restrictions:
In Essence, the thing will look something like:
That's not how it has to be, just an example of my thinking. Been banging my head against this for the last week on concert with previous question. Thank you for your kindness and assistance as I try to learn Slint!
Beta Was this translation helpful? Give feedback.
All reactions