GhostXoP Posted November 26, 2012 Posted November 26, 2012 Can i have an explanation on how this can turn an array into a string, and a string into an array? Or an example of saving an array to an account data?
Castillo Posted November 26, 2012 Posted November 26, 2012 theJSON = toJSON ( { "item1", "item2", "item3" } ) theTable = fromJSON ( theJSON ) You can't save arrays in account data, but yes JSON strings.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now