Printing a series of numbers
Jérôme Rosat
jrosat at mac.com
Fri Sep 11 02:56:41 EDT 2009
If I put 250 documents for example in the tray and print 200 numbers,
there remain 50 documents. And I need to print a number on these 50
documents, I can't wait a other day to put more sheets in the tray and
print 200 numbers again.
I'm going to try to use the "read from file "COM1:" and see if there
is a specific "message" when the paper tray is empty.
Le 10 sept. 2009 à 21:39, DunbarX at aol.com a écrit :
> Tough one. He needs:
>
> repeat until the paperTray is empty
>
> As a workaround, let's say you knew that the maximum number of
> sheets that
> your printer could hold is 250. Why not print in batches of 200,
> say, with
> Rev stopping at that number. In this way you would not use an empty
> tray as
> the batch indicator, but rather the fact that you had reached 200
> sheets,
> where Rev would tell you that you needed to move to the next batch.
> You refill
> the paper tray, and continue forever.
>
> Craig Newman
>
> In a message dated 9/10/09 3:24:23 PM, jrosat at mac.com writes:
>
>
>>
>> I thought of that. But the series start to 1 the first day of the
>> year
>> and finish the last day of the year. I cannot know in advance the
>> number of documents to be printed. And I don't want to count manually
>> pages before to put them in the printer. So, I need to know when the
>> printer stop to print when there is no more page in the paper tray.
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list