HTML Widget: convert html to text and text to html
Author: edu@kornmann.com (Edu Kornmann)
With Uniface 9 Client/Server and HTML Widget: Want to convert text to html in 1 go as in next example: stringTextVar = "value1 < value2" stringHtmlVar = "" $textToHtml( stringTextVar , stringHtmlVar ) Result: stringHtmlVar = "value1 < value2" And also back again from html into text. Is there a Uniface function which do the trick? For example $string(...) or $encode/$decode ?




