Answered
Save/Restore simple objects that are parts of composite objects
What values will be in array after Restoring, if before Saving they were [1, 2, 3], after saving changed to [5, 6, 7]?
What values will be in array after Restoring, if before Saving they were [1, 2, 3], after saving changed to [5, 6, 7]?
In case that wasn't clear, the simple values in a composite object are not separate items, but are part of the composite object. Bear in mind that [5 6 7] is a new composite object, you'd have to use put or putinterval to update the elements of an existing object.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.