Var1 = A unless Var2 is defined
joel
Hello
In Engine file, any way to se0t: Parameter1 = ValueA UNLESS Parameter2 exist ?
In Ruby, it would be:
Parameter1 = ValueA unless Parameter2?
Maybe the "condition" can help ?
Comments
add fixed data=Parameter1 = ValueA
add fixed data condition=Parameter2