tchmi_encode_html
[ Function ]
function tchmi_encode_html(html: string): string;
Encodes a string in HTML.
Parameter
Name | Type | Description |
---|---|---|
html | The string to be coded |
Return value
Type | Description |
---|---|
HTML string |
Available from version 1.12 |
Sample - JavaScript
TcHmi.Log.debug(tchmi_encode_html('Test \"')); // 'Test "'