Ad
  • Default User Avatar

    The last "modify cells test case" is about a d2 = dim(4,3,2,"x") where 1 item was modified : d2[1][0][0] = "0" .
    Then test tests this modified sub-array : d2[1] == [["0","x"],["x","x"],["x","x"]] (0,x,x,x,x,x is only d2[1].toString() ).

    Nothing wrong with the dim(2,3,'a') case (arrays compared).

    Hope thing are clearer now...