795 bytes added
, 19:42, 16 April 2018
<div style="font-size:30px">'''ESCAPE (Text)'''</div><br/>
*<math>Text</math> is any text to be encoded.
==Description==
*This function is used to encoded a given string.
*In <math>ESCAPE()</math>,the given parameter is any string to be encoded.
*<math>ESCAPE</math> is the function encodes a string.
*This function makes a string portable,so it can be transmitted across any computer that supports ASCII characters.
*This function encodes special characters, with the exception of: * @ - _ + . /
==Examples==
==See Also==
*[[Manuals/calci/UNESCAPE | FOURTHOF]]
*[[Manuals/calci/HALFOF | HALFOF ]]
*[[Manuals/calci/SEVENTHOF | SEVENTHOF ]]
==References==
*[https://www.w3schools.com/jsref/jsref_escape.asp Escape]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]