Basically I'm looking to evaluate the following:
Dim MyChar as Char = "3"
MyChar IN ("1","2","3") 'hopefully would return true
-------
Obviously the "MyChar IN" line is incorrect syntax, however I haven't been able to find a VB.NET equivalent to the 'IN' keyword of SQL.
Anyone have any suggestions?
Thanks,
Jeff Rhine
