24.07.2012, 22:05
Something you don't give a value simply doesn't exist...
You can put Array[123][0] ≠ 2; and it should work. This is impossible with a predefined size
Though you'll have to test it. Maybe the compiler automaticly fills in the size when compiling.. Making it impossible
You can put Array[123][0] ≠ 2; and it should work. This is impossible with a predefined size
Though you'll have to test it. Maybe the compiler automaticly fills in the size when compiling.. Making it impossible