Files
processing4/java
WillRabalais04 9489ad8b33 Bugfix for Issue #606
Updates the getStringValue method of the VariableNode class so that it correctly handles multidimensional arrays. The default formatting of multidimensional arrays is to have the size of the first array written in the last set of brackets eg.int[][5]. This changes it so that the returned value has the size of the first array written in the first set of brackets eg.int[5][]. This can parse multidimensional arrays of any size.
2023-03-24 01:47:55 -04:00
..
2021-10-10 11:30:24 -07:00
2022-11-26 13:25:16 -05:00
2021-01-17 13:21:01 -05:00