Not quite sure I follow you, but if you mean you want to strip the < and > from the text you could just do a string.replace("<","<") and string.replace(">",">"), then reverse this when reading the text back.
Darren
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM