05-16-2016 06:38 AM
Hi,
I have problem.
I wrote a program which generate numbers and then write to file.
If case condition is fullfiled the value need to write. In other case the program need to go to the next loop and do nothing.
What can i change in program to solve it?
Regads
Solved! Go to Solution.
05-16-2016 06:45 AM - edited 05-16-2016 06:46 AM
Conditional Tunnels to the rescue! Right-click on the output tunnel and select Tunnel Mode->Conditional.
05-16-2016 09:11 AM
A lot of thanks:)