scripting:api:scripts:count

Count

Property of IScripts

Returns number of items in collection

Read-Only Property of type long

var nVal = Scripts.Count;

==== Visual Basic Script ====

nVal = Scripts.Count

==== C++ ====

long nVal;
HRESULT hr = Scripts.get_Count(&nVal);

===== See Also ===== IScripts