Move function with control builder F
I want to use "Move" Function with real and bool variables.
Is there any equivalent function with control builder F?
Voted best answer
Hi sinced,
I think the closest You get is using SEL function block:
When MOVE variable is FALSE, the OUT variable keeps it's value.
When MOVE is TRUE, value of IN variable is "moved" to OUT.
Will this do for You?
Hope it helps,
Mike
Add new comment