gettingstarted
[Top] [All Lists]

Re: Replace spaces with + signs

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Replace spaces with + signs
From: Phil M <phil at mobleybros dot com>
Date: Tue, 25 Jul 2006 20:55:34 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <483F4B68-8053-4914-ABC7-65BFFA735F85 at indianaskysoftware dot com> <DA84F895-0F55-4421-A567-78FEFF4AC33F at indianaskysoftware dot com>
On Jul 25, 2006, at 7:28 PM, ISS WebMaster wrote:

I looked on the list archives again and figured it out

Here's what I do:

  dim queryreformat as string
  queryreformat=ReplaceAll(query.text," ","%20")

There are a lot of other characters which should be changed as well... instead you should use the function designed for this purpose:

   EncodeURLComponent()
   DecodeURLComponent()

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>