17.08.2009, 09:11
Its like doin
new array[][] =
{
{ 1, 2, 3, 4 },
{ 1, 2 }
};
impossible, all data in a dimension must have same size
new array[][] =
{
{ 1, 2, 3, 4 },
{ 1, 2 }
};
impossible, all data in a dimension must have same size