Jump to content

Search the Community

Showing results for tags 'string bug'.

  • Search By Tags

    • string bug ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. As you may know, strings must be NULL terminated ('0'). Not in AU3, as $String1 = BinaryToString("0x74657374") $String2 = BinaryToString("0x746573740000") MsgBox(64, "Equals", $String1 == $String2) returns False.
×
×
  • Create New...