%Encode meta-HTML element
Syntax
%Encode(anything)
Description
At runtime %Encode plus anything is replaced with the encoded string. Encoding is done according to normal URL encoding rules.
Note:
This function is valid for use in auxiliary JavaScript files.
Parameters
| Parameter | Description |
|---|---|
|
anything |
Specify the string to be encoded. |