Hi, I've figured out how to init an array on declaration:
myarray[] = [1,2,3]
But what is the syntax for a 2D array please:
myarray[][] = and then what?
Thanks.
myarray[] = [1,2,3]
But what is the syntax for a 2D array please:
myarray[][] = and then what?
Thanks.