INSERT INTO `wStats` (`Date`,`UID`,`URL`,`ARGS`,`IP`,`Referer`) VALUES ("2010-09-10 12:34","1284133909-5724028","docs.mioplanet.com/str_escape.php","","38.107.191.116","") str.escape | MioScript | MioFactory | Mioplanet Documentation Center
  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.