Snoozy Posted June 14, 2011 Share Posted June 14, 2011 I'm wondering if I have a serverside table called for example Info[number] And I transfered it with getElementData and setElementData over to clientside and changed some of the info inside the table would it then only change on the clientside table or would it be changed also on the serverside table? Link to comment
DiSaMe Posted June 14, 2011 Share Posted June 14, 2011 The whole table gets copied when you use set/getElementData. So element data doesn't change when you modify a value in the table. The only way to change it is using setElementData again, but that is wasteful, because the whole table has to be copied again. Link to comment
Maggi Posted June 15, 2011 Share Posted June 15, 2011 Snoozy, can you post your script here? 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