URLのエスケープ構文を使用してエンコードされた文字列を返します。
文字定数、変数または式を指定します。
x1=urlencode('abc def'); put x1;
abc%20def
x2=urlencode('why?'); put x2;
why%3F
x3=urlencode('ABC#1'); put x3;
ABC%231