w3TranslateStringIn

w3TranslateStringIn converts HTML code into characters. For example, "&lt;" is translated into "<".

The codes recognized are:

Also translated is the ISO Latin-I table, with the exception of &yuml;, which is a D3 end of data mark. &yuml; is left untranslated.

Syntax  

call w3TranslateStringIn  (InStr , OutStr )  

Parameters

InStr

In

The string to translate.

OutStr

Out

The string after the translation.