Hi,
i try to implement the following in the in the submission-file:
foo=
bar=123
Arguments = ifThenElse($(foo) =?= , 456, $(bar))
but when I use it that way, ifThenElse is not resolved but only inserted.How can I implement that?
Thomas Kiesel