Page 1 of 1

Implementing if-then-else?

Posted: Fri May 24, 2013 9:29 am
by rwwalker
I have not been able to figure this one out...

I know there is a "keyword" else, but have not found any other reference to it.
The examples I have seen, do not include and "else". Are there any examples
that illustrate this logic? And the keyword, how or where would it be referenced?

Re: Implementing if-then-else?

Posted: Fri May 24, 2013 9:37 am
by Support_Rick
The <if...> is setup as a control task but, at this time, the "else" element hasn't been activated. It is a reserve word to keep it available for a future release when activated.

Currently, you will have to create a "true" <if> statement and a "false" <if> statement to code for this.