Login    Sites MenuBlueStep

BlueStep Platform Support

RelateScript
Outline full outline 
Overview 
Data Types 
Operators 
Statements 
Functions 
Data Conversion 
String Functions 
HTML/CSS/JavaScript 
decodeURI(...) 
diff(...) 
encodeURI(...) 
getButtonHTML(...) 
getButtonURL(...) 
getPopInScript(...) 
newJSONArray(...)
B.xmlToJsonString
 
newJSONObject(...)
B.xmlToJsonString
 
putContent(...)
B.pageContent
 
scriptIncl(...) 
scriptTag(...) 
toHTML(...) 
toPlainText(...) 
Array Functions 
Date/Time Functions 
Mathematical Functions 
Advanced Functions 
Restricted Functions 
Working with Relate Data 
How Formulas Work 
Related Topics 

The encodeURI(...) function has only one variation, not counting syntax variations.  It makes a copy of a String value converting all characters except letter, numbers and the forward slash to URI escape sequences.  For non-ASCII characters a UTF-8 encoding is used.  A URI escape sequence consists of the percent sign followed by a two digit hexidecimal value corresponding to the numeric value of the byte.

Syntax:
encodeURI( source-string )
source-string.encodeURI( )

Parameter Description
source-string The String to encode.