Home |
Search |
Today's Posts |
#2
![]()
Posted to comp.lang.java.programmer,microsoft.public.excel.programming
|
|||
|
|||
![]()
Bura,
The spaces should be fine in a Get or Post statement, but you have to watch out for ampersands and question marks, which precede each parameter statement. The way I do this is to replace these characters with something obscure and then Post to an asp page that replaces the obscure characters with the originals before it does anything else. HTH, Robin Hammond www.enhanceddatasystems.com "Bura Tino" wrote in message ... Hi, Sorry for the strange crosspost - I need to solve the same problem in both environments. I need to pass a string via GET to a script as the value of a parameter. My string can be arbtrary and so will have spaces, ampersands, percents, etc. So I need to replace the funny charcters with their %XX representations. Can I find a ready routine to do this and if not, is there a list of all substitutions that I need to make? Thanks! Bura |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
How do I replace last numeric string from a alphanumeric string? | Excel Discussion (Misc queries) | |||
Splitting a text string into string and number | Excel Discussion (Misc queries) | |||
to search for a string and affect data if it finds the string? | Excel Worksheet Functions | |||
Create a formula into a String then assign string to a cell | Excel Programming |