04-11-2012 09:25 AM
I need to compare two strings for identical values. One is my input as test data, the other is coming in over the RS232 interface. I'd like to compare the RS232 output to my data for accuracy.
JLW
04-11-2012 09:33 AM
You can do the comparison in the strings/variables...
Create a variable, and define a formula for it (Definition in V12, Extended in earlier versions). The result is 0 or 1 ...
04-11-2012 09:56 AM
AH Ha, I knew there had to be a way.
Thanks, I'll try it
JLW