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. ====== write ====== Method of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Writes object to storage ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strValueName** * [[scripting:api:data-type:VARIANT|VARIANT]] **pVar** ===== Syntax ===== ==== JavaScript ==== <code javascript> SettingsStorage.write(strValueName, pVar); </code>==== Visual Basic Script ==== <code vb> SettingsStorage.write strValueName, pVar </code>==== C++ ==== <code cpp> HRESULT hr = SettingsStorage.write(strValueName, pVar); </code>===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~