Re: a vb.net equivalent to the sql IN function?



I have a wealth of excellent ideas to study. Thank you everyone!
Appreciately,
Greg

"hazz" <hazz@sonic_net> wrote in message
news:OxDH4npiGHA.1936@xxxxxxxxxxxxxxxxxxxxxxx
I need to get a set of comma delimited client ids from a config file to
test against while running through my main processing loop.
If a given clientid matches any of the ids in the list, I don't want to
send email to them.

What is the best way to code that? I was thinking of the idea of if
currentClientID is not in the list of these clientids, then .....

Thanks,
Greg



.


Loading