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.