Definition: The escape built-in function converts all of the characters in a text string that are not alphabetic or numeric to the hexadecimal number equivalent preceded by a %. This is not a reserved word so you can declare your own variable or function called escape but if you do then you will not be able to use the built-in function.
Examples:
var extxt = escape(ordtxt);

