[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] How to properly use ifThenElse expression with attributes??



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