Posted 28 February I am trying to set up a string compare [ $= "Text" D### ] . But it's not passing when it should. So i tried pushing the string to a place holder register [ $= D###1 D##2 ], but its still not matching, but when i just do a double compare [ d= D##1 D##2 ] it passes. How is my string failing but the numbers obviously match? Struggling to get picture to attach. Please see here for example. https://imgur.com/a/w1ckk64 Share this post Link to post Share on other sites
Posted 28 February You need to read the manual. It compare FROM the address entered UNTIL it find 00h. O0h acts like an end of string character. 2 people like this Share this post Link to post Share on other sites
Posted 28 February OOOOOOOO I didn't realize the 00h was required, i thought it was showing that as a place holder like a string did not need to fill both Bytes. Share this post Link to post Share on other sites