Home > comp > gb.web > html > _call 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
HTML() (gb.web)
STATIC FUNCTION HTML ( Text AS String ) AS String

Quotes an HTML text.

'<' is replaced by '&lt;'
'>' by '&gt;'
'&' by '&amp;'
and so on...