Hi Uludere,
In general your code goes in the right direction but there are a few problems, for example Cnt is declared as byte (255) so FOR Cnt = 0 TO 400 won't work (Rollover), Cnt must be declared as word. This is not so good then in Loops, using word variables causes enormous delays compared to bytes.
I'll get something together for you this evening and send it to you tomorrow.
Best regards,
Rob
Bookmarks