santu_karnatiOccasional Contributor12 years agoSolvedHow to compare two numbers using C#Script in testcomplete 9iRow=4for(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 get the exact logic and syntax for it.Philip_Baird12 years agoif( i == iRow ) { // log}
Philip_BairdCommunity Expert12 years agoif( i == iRow ) { // log}santu_karnatiOccasional Contributor12 years agoThanks.. :)
Related ContentC#Scripting MateialsC# Script Multidimensional array lengthHow to compare images?QAComplete Running C#/Selenium ScriptsGenerate C# Script?
Recent DiscussionsLooking at edge://settings/ or edge://policy/Solvedhow to handle authentication pop up issue in EdgeGeneral Exception raised within Run Browser actionSystem checks for Object for every testTestExecute documentation