santu_karnatiOccasional Contributor13 years agoSolvedHow to compare two numbers using C#Script in testcomplete 9iRow=4 for(i=0;i<10;i++) { if(i=iRow) { log["message"]("matched"); } } If I am trying to compare the values for i=0 also it is writing as matched... Please ge...Show MorePhilip_Baird13 years agoif( i == iRow ) { // log}
Recent DiscussionsEdge browser does not recognize Test Extension sometimesRunning the Execution Plan enabled items via script within TestCompleteObject mapping fails after the TestComplete upgrade due to a Chrome compatibility issue.
Related ContentC#Scripting Mateialsforeach loops in JScript / C#Script...C# Script Multidimensional array length