GhostXoP Posted November 26, 2012 Share 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? Link to comment
Castillo Posted November 26, 2012 Share Posted November 26, 2012 theJSON = toJSON ( { "item1", "item2", "item3" } ) theTable = fromJSON ( theJSON ) You can't save arrays in account data, but yes JSON strings. Link to comment
GhostXoP Posted November 26, 2012 Author Share Posted November 26, 2012 So it is that easy, thank you. Link to comment
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