Iceevil
12-23-2008, 06:47 PM
hey, guys..
i've a problem. :P
i want to make an "array of array of integer"
so i want to make this with only within in line (dont ask why ;) )
myArray:= [[1, 2, 0], [2, 1, 0], [1, 2, 0]];
but it gives an error to me:
[Runtime Error] : Type Mismatch in line 20 in script
Is any wrong with my code?
And can i give that as an anonymous argument to an function like
myFunction([[1, 2, 0], [2, 1, 0], [1, 2, 0]]); ?
i've a problem. :P
i want to make an "array of array of integer"
so i want to make this with only within in line (dont ask why ;) )
myArray:= [[1, 2, 0], [2, 1, 0], [1, 2, 0]];
but it gives an error to me:
[Runtime Error] : Type Mismatch in line 20 in script
Is any wrong with my code?
And can i give that as an anonymous argument to an function like
myFunction([[1, 2, 0], [2, 1, 0], [1, 2, 0]]); ?