I think that this way of intializing arrays is only valid when it’s used while defining the variable. I don’t think it’s allowed to be used as this in the body of a function.
You could indeed use a pointer instead, have a collection of the constant tables as you shown and have the pointer to point on one of the constant tables.
Othewise, you can also define constant tables and use a memcpy like function to copy the constant table within your array.
I think that this way of initializing arrays is only valid when it’s used while defining the variable. I don’t think it’s allowed to be used as this in the body of a function.
I had a feeling that was it, but I didn’t have the confidence to say it heheheh
Hey jeb what are you putting in this array? There might be a quick way, depending on what is going in there…