Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to encode url using VBScript

Hi All

I have function to get data from web service but my problem is "How to encode url" before pass value to web service.

Example :

http://myserver.com/q=keywords

I want to encode keywords (value is thai language).

I found function support in JScript using encodeURI(uri);

How about VBScript?

Thank you

p.s. sorry for my poor english

2 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi, see this

hope helps

Fernando