Hi Guys, I'm debugging two routines with the help of DebugView.
The two routines 'should' produce the same output. But they don't. One uses for...next looping structures, the other uses just pure AFL array manipulation functions. I'm kind of new to this type of debugging process (i.e. with AFL & DebugView)... and I'm finding it difficult to trace my steps within the two routines. Specifically I'm finding it difficult to get both routines to execute on the same specific bar... How can isolate one bar of a chart or one pass of execution and output variable contents at that point ONLY for the two routines...? All this given the differing structures of the two rotuines... Many Thanks
