Avatar

Correct answer by
Level 2
Ok got it



var myData:String = String(event.result.DATA);

should be

var myData:String = String(event.result);



now its just a matter of taking our different arrays and
putting them into the collection

View solution in original post