Hi,
I have a query regarding assignment compare. Lets say i have variable X in C language. In one file value is X = 2; and in other file its X = 2.0F;
In this case every time i use Beyond compare it highlights this particular line as an Important difference saying X = 2.0F;
Is it possible to do a greater than or less than compare for these kind of difference and then determine if the difference is important or not ???
I have a query regarding assignment compare. Lets say i have variable X in C language. In one file value is X = 2; and in other file its X = 2.0F;
In this case every time i use Beyond compare it highlights this particular line as an Important difference saying X = 2.0F;
Is it possible to do a greater than or less than compare for these kind of difference and then determine if the difference is important or not ???
Comment