Page 1 of 1
Compare$(String1,String2,0)
Posted: Wed Jul 25, 2012 4:34 pm
by RM2012
Hi
has anyone had issues with Compare$(,,) function used in flowcode 5. It seems no matter wahat the result remains the same (Valid).
Thanks,
Rick
Re: Compare$(String1,String2,0)
Posted: Wed Jul 25, 2012 4:45 pm
by JonnyW
Hello. This is an issue with the v5.2 build. Any other version will work correctly - we are hoping to release a PIC v5.4 by the end of the week that will fix this for PIC users.
The issue is simulation only.
Cheers,
Jonny
Re: Compare$(String1,String2,0)
Posted: Wed Jul 25, 2012 4:51 pm
by RM2012
Thankyou
I will check back for an update Nextweek.
Re: Compare$(String1,String2,0)
Posted: Sun Feb 10, 2013 9:14 pm
by jethronull
I have a similar problem. In my case I get 32 as a result if the case sensitivity is set to 1 and 255 when 0. And this is with two input strings that are equal but not case identical. Just checked my version which is the latest (5.5). Replacing the string variables with literals of the same values works fine. Seems like there is still a bug with the compare$ function.
Re: Compare$(String1,String2,0)
Posted: Mon Feb 11, 2013 11:13 am
by Benj
Hello,
Could you please post up an example of this problem and I will look into it for you.