Search found 1 match

by Bill Lovell
Sun Sep 25, 2005 3:52 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with a LCD 4041
Replies: 10
Views: 12582

I had the same problem. It was formatting.
I was using-- 1 print chr$(254):print chr$(88) NO GOOD
This worked-- 1 print chr$(254),chr$(88)
Hope this helps someone
Bill... :o