ContributionsMost RecentMost LikesSolutions!= and == operator not working for if read the value from .csv file file and compare using javaHi all, here i am trying to compare cell value(it could be alphabate,digit or combination of both) of of two differnt .csv file using java.so I am reading that value from .CSV file and compare but it showing wrong for == and < ,> operator.it showing behaviour as follow. * For != and == it showing true for same and different value . * if i used <and > operator in place of == operator it working ok for only alphabate or digit but not for combination of both. that means it showing same even value are differnt for combination of alphabate and digit. if tried same script without reading value from csv file then it working ok. can any one help me to solve this problem. What is mean by 'searchRange = "a1:hz500" ' define in help exampleHi all, I am new in java,and i im trying to use tha same programm given in suport document 'http://support.smartbear.com/viewarticle/24734/?_ga=1.97005468.2046820908.1380191740 so here they have used 'searchRange = "a1:hz500" to define range so can any one explain me what is a1,hz,and 500. and how can i change the range. thanks to all Vijay WanaskarRe: Enable to read file using C code which given in Help documentHi, Andrey Ya.... that was mistake, now it reading a file. Thank you so..............much Regards Vijay Wanaskar Enable to read file using C code which given in Help documentHi all, Here i am trying to compare To .csv file so i used given C code in help. but it not able to read file .it showing error "File not Found" but I am sure file path is right becouse i copied it as is from store file top bar and i have set language used is Jscript. If i use the VB code(set language VB in project) and gives same path then it running successfully but i want to work on C. So can you any one help me to solve this error Here i have attached Scrip and image of store file address Thanks and regards Vijay WanaskarHow to use File Diff utility optionHi all, Here i am checking file difference using scrip.so if there is differnce then script is showing only"Files are not equal" but if i want to check exactly where is the differnce then how can i check using script. So here i am trying to use that Fill Diff utility option.So i have some queries regarding to Files diff utility option which i could not understand from help document. 1) Diff name: it demanding for .Exe file path. So here which path i would have to give? is there need to create that file manual or it auto generated? 2) Command line : Here what will be the command line? is ther any other option ?Re: Query to monitor result,I am using Test complete9 trial ver. Query to monitor result,Hi, I am learning this tool on trail ver. So here my application is creating some messages by time of ms with its details in constant format which include description,date and time,time difference 8 byte data.it also possible to save data in file format. So here How can i check that messages in real time.is there is need to define variables and parameter. if i want to check time difference of two message how i can check. Solved