- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
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
Views
Replies
0 Likes
Total Likes