I’m not too sure how to go about this or if it is possible. But is it possible to add the values from a string to an array?
For example my string looks like this:
var bookmarks:String = “book1, book2, book3”;
And I need to add these values to the end of an array?
Thanks for any advice or help.