====== Expand ======
Method of [[:scripting:api:variable-handler:start|IVariableHandler]]
===== Description =====
Expand Variable Handler
===== Parameters =====
* [[scripting:api:data-type:BSTR|BSTR]] **sName**
* [[:scripting:api:text-view:start|ITextView]] **pView**
==== Return Value ====
* [[scripting:api:data-type:BSTR|BSTR]] **pstrResult**
===== Syntax =====
==== JavaScript ====
var pstrResult = VariableHandler.Expand(sName, pView);
==== Visual Basic Script ====
pstrResult = VariableHandler.Expand sName, pView
==== C++ ====
BSTR pstrResult;
HRESULT hr = VariableHandler.Expand(sName, pView, &pstrResult);
===== See Also =====
[[:scripting:api:variable-handler:start|IVariableHandler]]
~~NOTOC~~