var sText = ScopeTagInfo.Text;
==== Visual Basic Script ====
sText = ScopeTagInfo.Text
==== C++ ====
BSTR sText;
HRESULT hr = ScopeTagInfo.get_Text(&sText);
===== See Also =====
[[:scripting:api:scope-tag-info:start|IScopeTagInfo]]
~~NOTOC~~