Copy settings from one table to another

Copy settings from one table to another

JQ_NoobJQ_Noob Posts: 6Questions: 0Answers: 0
edited October 2011 in General
Hi

Lets say I have 2 identical tables in structure. I would like to copy the oSettings from one table and assign it to the other. Is it possible to initialize a new datatable by providing it with settings? I'm thinking something along the lines of [code]__aoSettings[0] = savedSettings;[/code]. Not sure what other problems that might cause though.

Thanks.
This discussion has been closed.