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

Re: [Condor-users] Class ad question




I have a class ad requirement from my job showing up with "= ? =" in the requirments.

== means "equals", but it can give you three possible values:

  TRUE
  FALSE
  UNDEFINED

=?= will only give TRUE or FALSE. If == would give you UNDEFINED, =?= will give you FALSE.

-alain