light speed project, that is funny! ;-)


it just sends the array to a 2x16 lcd. hmmm, maybe i'm missing a modifier here


Code:
Print2LCD
  
    FOR Ndx=0 to 18
       hserout [  Tst_Array[Ndx] ]
    NEXT Ndx
    
RETURN