<%
case1=""
case1=case1 & " (action1="""" and action2="""" and
case1=case1 & " or (action1="""" and action2<>"""" "
if case1 then
##########
end if
%>
Error Occured: Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: " (action1="" and act"]'
* I just want to use the variable to represent the string.
can somebody tell me the reason, Thank You.
case1=""
case1=case1 & " (action1="""" and action2="""" and
case1=case1 & " or (action1="""" and action2<>"""" "
if case1 then
##########
end if
%>
Error Occured: Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: " (action1="" and act"]'
* I just want to use the variable to represent the string.
can somebody tell me the reason, Thank You.