
Please help: Execute Typ MisMatch
Make sure the server has at least VBScript 5.0 installed.
Execute, ExecuteGlobal, and Eval were all added in version 5.0.
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
Quote:
> I have an Asp application and when I try to do:
> Call Execute("pm_Nam" & lv_ColInd & "=Trim(Request.Form(""Nam" & _
> lv_ColInd & """))")
> I get then following error:
> Microsoft VBScript runtime error '800a000d'
> Type mismatch: 'Execute'
> What is the problem?