Problem description: how to remove HTML tags from a string with X++ code
How to remove HTML tags from a string with X++ code.
Solution: Web::stripHTML
There is a nice X++ function: just call Web::stripHTML(string), which will return the string without the HTML tags.
Continue reading......