[thelist] ASP, FSO Replace

Michele Foster michele at wordpro.on.ca
Tue Feb 4 15:01:22 CST 2003


Darren,

----- Original Message -----
From: "darren" <darren at web-bitch.co.uk>
>
> don't forget to close the file system object and the like somewhere...

Yeah I am .. was very stripped down code.

>
> MF> strCombo = (DisplayText.ReadAll)
> MF> Replace strCombo, "<option value=""1718"">","<option selected
> MF> value=""1718"">"
>
> you're not assigning the replace value to anything.  try:
>
>    strCombo = replace(strCombo, "<option value=""1718"">", "<option
selected value=""1718"">"
>

I get to proudly wear the dunce cap today .. what an idiot .. and to think
I've been trying to get this to work all afternoon. ;(

Thanks a million!!

Mich





More information about the thelist mailing list