midnightswan
06-04-2003, 08:39 PM
Hi,
I was hoping someone can explain to me why I'm getting this error message
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Left'
Left is a valid function in the VBscript library...I don't understand why it's screwing up. I'm using the same function in another part of my code and it's screwing up in this one file but not in this other file. I've also added the:
<% @LANGUAGE="VBSCRIPT" %>
at the top and that makes no difference either. :confused:
I know that if I somehow magically clear this error I will get the same one when I call 'Right' :cry:
I hope someone can help me. I'd really appreciate it.
Thanking you,
MS
I was hoping someone can explain to me why I'm getting this error message
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Left'
Left is a valid function in the VBscript library...I don't understand why it's screwing up. I'm using the same function in another part of my code and it's screwing up in this one file but not in this other file. I've also added the:
<% @LANGUAGE="VBSCRIPT" %>
at the top and that makes no difference either. :confused:
I know that if I somehow magically clear this error I will get the same one when I call 'Right' :cry:
I hope someone can help me. I'd really appreciate it.
Thanking you,
MS