sonny
Starting Member
19 Posts |
Posted - 07 March 2003 : 19:46:08
|
Does anyone know why I would be getting this error? When I am replying to a post I get this error in the newly posted topic.
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: ""]'
/puntersclub/forum/inc_func_common.asp, line 783
This is what I have around that line in inc_func_common.asp line 783 is red
case "ydmm" chkDate = Mid(fDate,1,4) & " " & _ Mid(fDate,7,2) & " " & _ Monthname(Mid(fDate,5,2),1) case "dmmmy" chkDate = Mid(fDate,7,2) & " " & _ Monthname(Mid(fDate,5,2),0) & " " & _ Mid(fDate,1,4) case "mmmdy" chkDate = Monthname(Mid(fDate,5,2),0) & " " & _ Mid(fDate,7,2) & " " & _ Mid(fDate,1,4)
|
|