Hi there…
just need little help here…
Okay i do have problem with searching through my multi-dimensional Array to insert newly value to currently existing value…here’s the scenario…
what I have now…
var someArr:Array = new Array(["apple"],["orange"],["watermelon"]);
so what I wanna do is I able to search the desire valeu 1st and append to existing value eg;
word search = apple
match and I can append new value to this particulars array and my expecting result
new array after append new value
var someArr:Array = new Array(**["apple","expensive"]**,["orange"],["watermelon"]);
So I hope someone will help me out with this…any help are appreciated…
Thank you in advanced