Hi there,

What do you have in "Print2LCD" subroutine? If it is not a light speed transportation project, can you show us?

Also,

Why not simplify your code as below?

Code:
FOR Tst_Array[17]=0 to 65534
    gosub Print2LCD
NEXT Tst_Array[17]