Search results

  1. A

    Compare 2 strings

    I want to compare two ip-addresses e.g 123.456.789.123 and 456.789.123.456 stored in two variables ip1 and ip2. The result should be - stored in a boolean variable isEqual or - used as a condition in If I'd like to manage it like - set variable asEqual to ip1=ip2 - If ip1=ip2 How to do?
Top