How do I compare a variables values to a table column value
I have what should be a simple problem, but I don't know the right way to phrase it. I have a few variables; A1 = "44"; A2 = "47"; A3 = "50"; //numbers are in string format intentionally And a data table, dt, where these variables are included among many others in one column, column "LOT". If I create a for loop, to find these variables in the table, and mark the rows when they are found,...