func X3.EN_TEXT_HTML_TO_TXT(Clbfile TEXT_TO_CONVERT_IN) : Clbfile

Allows you to convert a clob in html to a clob in txt

  • TEXT_TO_CONVERT_IN Clbfile Clob to convert
Return Clbfile Text in plain text format
Example

[L]MYCLOB = func X3.EN_TEXT_HTML_TO_TXT([F:TXC]TEXTE)
The clob opened in TEXCLOB will be converted to txt in the local variable MYCLOB