How can I modify the above syntax to start loading from 9 to 19 & NOT 0 to 12?
Use two arrays, one for serin2 and one for serout

For A0=0 to 11
SecondArray[A0+9]=FirstArray[A0]
next A0

Al.