IFEQUAL AND // OR

  • Hello,


    i have seen most of post about this topis but not really my answer.
    I want to do a thing like :


    ImportConverter0 = ifnotequal "%V0010,0020[0,2]", "XXX" AND ifequal "%m", "CR"; set 0010,0020 to "XXX-%i-CR"


    Is it possible like that ??


    Thanks.

  • Hi,


    the most flexible way is to use lua scripting; otherwise you have to use something like:


    ImportConverter0 = ifequal "%V0010,0020[0,2]", "XXX"; stop; ifnotequal "%m", "CR"; stop; set 0010,0020 to "XXX-%i-CR"


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!