PercentEncode
Structure
PercentEncode(sText)
Type
Function
Description
This function encodes text so it can be used in a url on the web. Any acceptable characters are retained and other characters are percent-encoded (i.e. %20 for space, etc.)
Parameters: 1
sText=text to be encoded |