Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Copy ====== Method of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Copy contents of another storage object ===== Parameters ===== * [[scripting:api:data-type:VARIANT|VARIANT]] **pOtherStorage** ===== Syntax ===== ==== JavaScript ==== <code javascript> SettingsStorage.Copy(pOtherStorage); </code>==== Visual Basic Script ==== <code vb> SettingsStorage.Copy pOtherStorage </code>==== C++ ==== <code cpp> HRESULT hr = SettingsStorage.Copy(pOtherStorage); </code>===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~