Here is my sample script.
<a name=SEARCH>
<$searchurl = "http://www.whateverurl.com/?useragent=uayzzy">
1.searchurl=$searchurl<P>
<$useragent=" Thunderstone Support ">
<strfmt "%U" $useragent>
<$useragent=$ret>
2.useragent=$useragent<P>
<sandr "uayzzy" $useragent $searchurl>
<$liveurls = $ret>
3.liveurls=$liveurls
</a>
The output is:
1. searchurl=http://www.whateverurl.com/useragent=uayzzy
2. useragent=+Thunderstone+Support+
3. liveurls=http://www.whateverurl.com/useragent=1T ... e2Support3
Why is the output in #3 showing 1Thunderstone2Support3 and not +Thunderstone+Support+
Thanks in Advance.
Gerry
<a name=SEARCH>
<$searchurl = "http://www.whateverurl.com/?useragent=uayzzy">
1.searchurl=$searchurl<P>
<$useragent=" Thunderstone Support ">
<strfmt "%U" $useragent>
<$useragent=$ret>
2.useragent=$useragent<P>
<sandr "uayzzy" $useragent $searchurl>
<$liveurls = $ret>
3.liveurls=$liveurls
</a>
The output is:
1. searchurl=http://www.whateverurl.com/useragent=uayzzy
2. useragent=+Thunderstone+Support+
3. liveurls=http://www.whateverurl.com/useragent=1T ... e2Support3
Why is the output in #3 showing 1Thunderstone2Support3 and not +Thunderstone+Support+
Thanks in Advance.
Gerry