Vivek72Contributor11 years agohow to add values of indexes 0 to 10 in vbscriptHiI am looking for simple function that gives total count of values in a column from row 1 to 10.For i = 0 to 10value = Sys.Obj.item(i) .countWhat i want is total count from 0 to 10Thanks in advance murugans101111 years agoValue=0For i = 1 to 10 value = Value + Sys.Obj.item(i) .countNext
murugans1011Regular Contributor11 years agoValue=0For i = 1 to 10 value = Value + Sys.Obj.item(i) .countNext
murugans1011Regular Contributor11 years agoValue=0For i = 1 to 10 value = Value + Sys.Obj.item(i) .countNext
Related Contenthandle indexes of an object in vbscript using testcompleteGoto in VBScriptjava.lang.IndexOutOfBoundsException: Index: 1, Size: 1Use dynamic index in holderPassing variable as index in property, Groovy
Recent DiscussionsHow is test complete using our data while using the inbuilt AI feature ?Problems by validating a tooltip of a wpf applicationLogin for Zephyr is through Microsoft 365 and TestComplete can't complete loginTesting on a local iPadIs it possible to add Device Info from a remote browser to the Log Folder?