- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm developing a tool that processes mtext objects. I would like to add a invisible flag to the mtext object that indicates that the object was processed. I was thinking about either setting a hidden parameter, or adding some non printable character to the content string. Do you have any advice on possible solutions?
Edit : I'm currently thinking along the lines of adding an invisible character like the 'zero width space' character (Link). The presence of this character could indicate that the object has been processed. Only this allows a risk of the user editing the mtext text content and the visible character might be deleted.
I'm looking for a solution that is as risk free as possible. But all suggestions are welcome. Also if you know more non printable characters that I could use for this case, that would be helpful advise.
Thanks in advance !
Solved! Go to Solution.