You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you try to declare the array first then assign values? The regex code for multi arrays is very fragile, I should have left some notes there. For now, take look at the puzzle 101 code, there are examples of 2 dim array that works.
spencerkee
changed the title
Simulator throws errors on multidimsenionsal arrays
Simulator throws errors on multidimensional arrays
Nov 15, 2021
A program including:
byte lastElements[3][2] = {{99,99},{99,99},{99,99}};
throws the error:SyntaxError: missing : after property id
The text was updated successfully, but these errors were encountered: