Page 1 of 1

About Question enthuware.ocajp.i.v7.2.987 :

Posted: Wed Aug 22, 2012 9:32 am
by ETS User
Should the third point be [2] not [3] as in ...

arr[0][1][2] => [0] = { { "a", "b" , "c"}, { "d", "e", null } }, [1] = { "d", "e", null } and [2] = null.
So it will print null.

Re: About Question enthuware.ocajp.i.v7.2.987 :

Posted: Thu Aug 23, 2012 8:01 am
by admin
Yes, it should be [2]. This has now been fixed.

thank you for your feedback!