santu_karnatiOccasional Contributor12 years agoHow 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_Baird12 years agoif( i == iRow ) { // log}
Related ContentComparing table data in IF not workingIs it possible to unzip a compressed folder through a TestComplete script (c#Script)How to automate slider for the transparency in testcomplete c# scriptingwhy C# scripting is not supported from Testcomplete 12C#Script language option missing
Recent DiscussionsImprove test performance message creating blank selectorsPython helpTextNode() method for Page objectSolvedMy test keeps failing because the actual value is true and the expected value is "true"Help with keyword mode