Vivek72Contributor12 years agoSolvedhow to add values of indexes 0 to 10 in vbscriptHi I am looking for simple function that gives total count of values in a column from row 1 to 10. For i = 0 to 10 value = Sys.Obj.item(i) .count What i want is total count from 0 ...Show Moremurugans101112 years agoValue=0For i = 1 to 10 value = Value + Sys.Obj.item(i) .countNext
murugans1011Regular Contributor12 years agoValue=0For i = 1 to 10 value = Value + Sys.Obj.item(i) .countNext
Recent DiscussionsPerformance issue when reading large number of objectsTestComplete cannot create sessions from JenkinsTestComplete Support Plugin Compatibility Issue
Related Contenthandle indexes of an object in vbscript using testcompleteGoto in VBScriptVBScript - Get CPU Usage