I fail to understand the need to use IROStrings by default for WideMemo fields as the IROStrings.Text property will always return the text value with an additional trailing #13#10 which wasn’t in the original content.
I’ve tried to un-define USE_IROSTRINGS_FOR_WIDEMEMO in the DataAbstract_user.inc but it doesn’t seem to work as there are many DataAbstract.inc files in the directory and most of them don’t link to that file.
What would you suggest as the best solution to this problem ?
That worked. Thank you. I still fail to understand the purpose of IROStrings for memos though, or at least, it should provide a way to get the exact raw content without that extra #13#10 at the end.