
-----------------------------------
bass_maniac
Mon Sep 19, 2005 11:06 am

printers
-----------------------------------
I thought I posted this yesterday, but it's not showing up anywhere so...

Is there a way in Turing to make your program send stuff to a printer?

-----------------------------------
beard0
Mon Sep 19, 2005 12:28 pm


-----------------------------------
This is from a tutorial
This code allows you to print to any printer installed (user's choice).  It pops up the normal dialogue with # of copies, print range, etc.

var dataout :int %the var can have any name you want

open: dataout, "printer", put %yes, litterally the string "printer"
put:dataout, "STRING TO SEND TO PRINTER" %string to print
close: dataout %close the connection to the printer


-----------------------------------
StarGateSG-1
Mon Sep 19, 2005 12:46 pm


-----------------------------------
Thats cool. I know with old ones you could send it bit by bit but that is cool.

-----------------------------------
Token
Mon Sep 19, 2005 2:07 pm


-----------------------------------
Hey StarGate, you double posted :P

The Printer at my school only let you print bit by bit, and I tried it with a full sentence, so I wasted around 30 sheets of paper because I couldent stop it. but my home printer works fine.

-----------------------------------
bass_maniac
Mon Sep 19, 2005 2:35 pm


-----------------------------------
Thanks beard0, I'll try that!

-----------------------------------
StarGateSG-1
Mon Sep 19, 2005 7:55 pm


-----------------------------------
I didn't double post, unless by mistake, and I son;t see it there, I think your full of it! :D  :D

Mod edit: Yes, you did double post.  I deleted it.

-----------------------------------
Token
Mon Sep 19, 2005 8:16 pm


-----------------------------------
I think your full of it!

Who's full of it?,  :lol: 

I've done it before too, I've seen somthing wrong with the post and hit the stop button after pressing send, but it was too late and it posts 2.
