
Help - VBScript runtime error '800a0005'
I don't know - the code is from a 3rd party vendor who told me that the IIS
servers he was using were plain vanillia so I will assume it is server side.
This is the error I receive:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'string'
/ithelpdesk/Tech/Reassign.asp, line 68
This is the code from the page, line 68:
if len(varDiv) > varLongestDivision then varDiv =
left(varDiv,(varLongestDivision - 3)) & "..."
I'm also getting this on another page so any help you could give me would be
a bonus.
Thanks,
George
Quote:
> A vbscript runtime error 5 is:
> 5 Invalid procedure call or argument
> Is the error in server-side ASP or in client-side script?
> --
> Michael Harris
> | Hello all,
> |
> | I am receiving the above error message while attempting to run a page
from
> | IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.
> |
> | Can someone help me out,
> |
> | Thanks,
> | g
> |
> |