W
wshall
Is there a way to have an If statement compare against a few values
instead of just one? I need to convert some strings to convert some
reserved characters (& < > " and '). I would like to have an if
statement that checks for all of them... something like SQL's In
function:
WHERE strFind in ( '&', '>', '<' ..... etc
Is there some way to check against a list of items when using an if
statement?
Thanks!
instead of just one? I need to convert some strings to convert some
reserved characters (& < > " and '). I would like to have an if
statement that checks for all of them... something like SQL's In
function:
WHERE strFind in ( '&', '>', '<' ..... etc
Is there some way to check against a list of items when using an if
statement?
Thanks!