
Hi Experts,
how to compare the memo fields in x++ ? data is like "abcd 123.23 test0123YU1" in both the fields. checked with making both fields to str and both to memo also. strCmp does not work. Data will be more and table field is memo, it needs to be compared to string so had converted string to a Memo type EDT to check.
*This post is locked for comments
I have the same question (0)You cannot use memo fields in select statements for performance considerations.
In source code if you have retrieved the table buffer/field value, then it is just a regular string on which you could do str operations just fine.