esskaey - 2016-05-11

I have some massive problems if I use the "Flow Control" from the Debug menue. If within the code a statement is placed, which refers to a library variable the flow control function is not working.
eg:

IF xFoo THEN
Β  Β  iLibFoo:= iLibFoo+1;
ELSE
Β  Β  // Comment this to show the flowcontrol again!!!
Β  Β  FLOW.Variables.g_iDummy:= iLibFoo;// Access to the variable from lib with namespace "FLOW"
Β  Β  ;
Β  Β  
END_IF

FlowControlNotWorking.projectarchive [814.22 KiB]