Use two arrays, one for serin2 and one for seroutHow can I modify the above syntax to start loading from 9 to 19 & NOT 0 to 12?
For A0=0 to 11
SecondArray[A0+9]=FirstArray[A0]
next A0
Al.
Use two arrays, one for serin2 and one for seroutHow can I modify the above syntax to start loading from 9 to 19 & NOT 0 to 12?
For A0=0 to 11
SecondArray[A0+9]=FirstArray[A0]
next A0
Al.
All progress began with an idea
Bookmarks