I hate the execute statement. It should be removed. Okay, not really...
Maybe you mean:
execute("response.write key & "" = "" & Request.Form(key) & vbcrlf")
Ray at home
"Phil Powell" <so*****@erols.com> wrote in message
news:1c**************************@posting.google.c om...
Here is the function ArraySearch:
'
When running this code I get the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/soa/val_cma/gb_listing_edit.asp, line 46
Here is line 46:
execute(key & " = """ & Request.Form(key) & """" & vbcrlf)