When u have split you string like above the "|" will not exist
e.g
So just deleteCode:var someString="hello there how | are you man | what are you doing?"; var someArray:Array = someString.split("|"); trace(someArray);
and provied the rest of your code is ok..it shud work!!Code:for(i=0;i<(myArray.length -1);i++) { myArray[i] = myArray[i].split("|"); }




Reply With Quote