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. ====== AddAutoCorrection ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Add auto correction item ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strFrom** * [[scripting:api:data-type:BSTR|BSTR]] **strTo** * [[scripting:api:data-type:BSTR|BSTR]] **strLanguage** ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.AddAutoCorrection(strFrom, strTo, strLanguage); </code>==== Visual Basic Script ==== <code vb> Application.AddAutoCorrection strFrom, strTo, strLanguage </code>==== C++ ==== <code cpp> HRESULT hr = Application.AddAutoCorrection(strFrom, strTo, strLanguage); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~