santu_karnatiOccasional Contributor12 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_Baird12 years agoif( i == iRow ) { // log}
Recent Discussionstest results for a test case with a count greater than 1 in an Azure pipelineID based login only works as adminI can't map objects of type UIAObject
Related ContentIs it possible to unzip a compressed folder through a TestComplete script (c#Script)How to automate slider for the transparency in testcomplete c# scriptingComparing table data in IF not working