Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | str.escape SEARCH    

  Functions
str.adjustLineBreaks
str.char
str.comma
str.escape
str.explode
str.implode
str.left
str.len
str.lower
str.pos
str.pos.ex
str.replace
str.right
str.sub
str.trim
str.unescape
str.upper
str.wrapText

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
str.escape

Language: MioScript
Product: MioFactory


Syntax

str.escape(String)


Parameters

STRINGStringString to encode.


Return value

Encoded string.



Description

Encodes a string.

& ..... &
< ..... &lt;
> ..... &gt;
© .... &copy;
" ...... &quot;

See also: str.unescape

Note: This function is defined in the library klib.k and is linked automatically.