Hi One more Time!
I know i can make this:
Type incrediblemaximumpowertype
Field Vector%[10]
end type
But... if i want to make a matrix or more than 1 dimension?
That doesn't work:
Field Matrix%[10][10]
Field Matrix%[10,10]
So, is it possible? How?
I know i can make this:
Type incrediblemaximumpowertype
Field Vector%[10]
end type
But... if i want to make a matrix or more than 1 dimension?
That doesn't work:
Field Matrix%[10][10]
Field Matrix%[10,10]
So, is it possible? How?