how to print
- Posted by mark <marktio at hotmail.com> Jan 26, 2007
- 570 views
I am trying to print to the printer the code as integer printer printer = open ("lpt1","wb") puts(printer,"TESTING") close (printer) actually i take these code from the Forum But nothing was printed Any help? Thanks you