Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Html
HtmlString
=
Html (
String
)
HtmlString
=
Html$ (
String
)
Quote a string so that it can be safely put inside an
html
page.
HTML characters are not quoted, only ASCII symbols. In other words, your HTML page must use the UTF-8 encoding.
See also
String Functions