I have a table loop that run on rows (splited by ___)
and in each row I split the data by ||| to fields.
if in a specific field I dont have the right data I want to move on to the next row,
so what I did is to put an IF and if its not the correct answer dont do anything. my Q is there anything better to do than that (like in C# loop break or continue)
thank u