array formating

BlitzMax Forums/BlitzMax Programming/array formating

ok i have an array that when i define it like this it gets long and annoying to keep track of

global array[][] = [[*insert values*],[*insert values*],[insert values]]


is it possible to define the array like you can in C++, like as follows


global array[][] = [

[*insert values*],
[*insert values*],
[*insert values*]]


global array[][] = [..
..
[*insert values*],..
[*insert values*],..
[*insert values*]]


thanks, i am not at my best lately. lots of school and issues with my parents