Hi I want to do a multiple compare to see if a value contains one of many entries
at the moment i have got the following code:
noindex = instr(rs("vpath","admin"
if noindex = 0 then
endcount = endcount +1
end if
to save having to do about 20 if statements, is there any way that i can do a multiple compare like
noindex = instr(rs("vpath","admin" OR "includes" etc)
any ideas ??
at the moment i have got the following code:
noindex = instr(rs("vpath","admin"
if noindex = 0 then
endcount = endcount +1
end if
to save having to do about 20 if statements, is there any way that i can do a multiple compare like
noindex = instr(rs("vpath","admin" OR "includes" etc)
any ideas ??