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:
IFxFooTHEN
Β Β iLibFoo:=iLibFoo+1;ELSE
Β Β //Commentthistoshowtheflowcontrolagain!!!
Β Β FLOW.Variables.g_iDummy:=iLibFoo;// Access to the variable from lib with namespace "FLOW"
Β Β ;
Β Β
END_IF
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:
FlowControlNotWorking.projectarchive [814.22 KiB]