IN operator in text control file
IN operator in text control file
I am trying to use the IN operator in a text control file. I cannot find the correct syntax for this in the documentation. The effect I am looking for is" <somefield> IN (val1, val2) .AND. <some other criteria>.____Can anyone point me in the right direction?______Thanks
=> IN operator in text control file
I looked again and found what I need. Just in case anyone else needs the information the correct syntax is:______INLIST(<fieldname>,val1,val2,...)