I have this section of code in my rainmeter script:I want to change this script so that the $UserInput$ area adds url encoding to it. That way, if I type something like # into the search box, instead of going to http://www.google.com/search?q=# and redirecting me to http://www.google.com/webp, it goes to http://www.google.com/search?q=%23
Code:
Command1=!Execute ["http://www.google.com/search?q=$UserInput$"] DefaultValue=""
Statistics: Posted by banana — Today, 3:13 am