Hi Denis, I think you could take some advantage from this thread :http://www.picbasic.co.uk/forum/showthread.php?t=12870
In post # 4 DT is giving an interesting snippet for having 2d array in PBP.
I don't know if you have already used bi-dimensional arrays, if not let me say that they could easy your compare problem.
You cannot corrupt the variable within a FOR/NEXT cycle:
For Counter =0 to 19
.
.
.
counter=counter+1
Next Counter
You should expect some problem from this code!
Al.
Last edited by aratti; - 6th April 2010 at 02:14.
All progress began with an idea
Bookmarks