>
>
> I would like to be able to set the output data of the IF THEN ELSE object to
> a zero or one, other values might be useful too.
>
>
> I would appreciate comments and feedback. Maybe I am missing something or
> overlooking something obvious.
>
> Mike Gustin
Use: (A==1 ? "Foo" : "Bar") as the logical condition. "Foo" and "Bar"
propagate to the "Then" pin of the If/Then/Else:
--
Steven De Smitt |Eastman Kodak Company |
desmitt@kodak.com |Research Labs |
FAX (716) 722-9619 |MC 01722, Bldg 59 |
Tel (716) 722-9263 |Rochester, NY 14650-1722| Page:(716) 781-2999
>
> I would like to be able to set the output data of the IF THEN ELSE object to
> a zero or one, other values might be useful too.
>
>
> I would appreciate comments and feedback. Maybe I am missing something or
> overlooking something obvious.
>
> Mike Gustin
Use: (A==1 ? "Foo" : "Bar") as the logical condition. "Foo" and "Bar"
propagate to the "Then" pin of the If/Then/Else:
--
Steven De Smitt |Eastman Kodak Company |
desmitt@kodak.com |Research Labs |
FAX (716) 722-9619 |MC 01722, Bldg 59 |
Tel (716) 722-9263 |Rochester, NY 14650-1722| Page:(716) 781-2999