array formating

BlitzMax Forums/BlitzMax Programming/array formating

cloned(Posted 2006) [#1]
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*]]



H&K(Posted 2006) [#2]
global array[][] = [..
..
[*insert values*],..
[*insert values*],..
[*insert values*]]



cloned(Posted 2006) [#3]
thanks, i am not at my best lately. lots of school and issues with my parents