I know in other languages while comparing two numbers, we write:if(numOne == numTwo)But, I have read in many instances of InstallShield Help Library that says - for e.g. - "if (this = that)"Also, I have checked it myself.. It works correctly at both ...