I am trying to look at multipule values with an IF statement…For example I have 100 OBX segments and I only want to copy ones with certain values. I have it working for just 1 value. can I add more to a single IF statement:
0(0).OBX(%s1).00571.[%s1] eq =xxx
Is it possible to have it look for xxx AND yyy or do I need seperate IF statements?