Jump to content

Recommended Posts

Posted (edited)

I always convert binary to hex string data and then concatenate before converting back to binary. This always seems to work. Besides &= , there also seems to be some missing information about the == operator. I'm just not exact;y sure what it's doing with data that isn't a string.

https://www.google.co.uk/?gws_rd=cr#q=%22%3D%3D%22

Edited by czardas
Posted

In the beta help file there should be information about ==.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Administrators
Posted
  Quote

==

Tests if two strings are equal. Case sensitive. The left and right values are converted to strings if they are not strings already. This operator should only be used for string comparisons that need to be case sensitive.

$a == $b

is essentially doing this:

String($a) == String($b)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...