Changing the blocks order - question
-
Hi
I have read all the documentation and have a doubt about the blocks number sequence. Do the number of the blocks have to be always in a sequence like 1,2,3,4,5...10? If I need to change the order of the blocks like I need to move block 4 before block 3 as in 1,2,4,3,5...10. Does that creates a problem with the running of the EA? Do I need to delete all the blocks after block 2 and recreate the sequence again? Can I have the blocks numbered in any way like 2,1,5,3,4....10? What is the correct way to edit the sequence of the blocks without having to redo them all over again?
Thanks
-
Block numbers are not important normally. Only when you have 2 or more blocks in parallel, the one with lower number will run first.