Re: Printing to a file using question marks

2014-04-03 Thread GĂ©rard Lochon
- Original Message - From: Alan Bourke alanpbou...@fastmail.fm Any number of ways ranging from FPUTS() to my preferred method which would be: set textmerge on noshow set textmerge to myfile.txt \this is my first line \this is my last line set textmerge off set textmerge to Hi gang.

Printing to a file using question marks

2014-04-02 Thread Wes Wilson
How do I print to a file using question marks? example: I want the following to put: this is my first line this is my last line in a file. ? ? ? 'this is my first line' ? ? 'this is my last line' I can do this if I set device to printer but that results in a page eject. Did it years ago

Re: Printing to a file using question marks

2014-04-02 Thread Peter Cushing
Wes Wilson wrote: How do I print to a file using question marks? example: I want the following to put: this is my first line this is my last line in a file. ? ? ? 'this is my first line' ? ? 'this is my last line' I can do this if I set device to printer but that results in a page eject.

Re: Printing to a file using question marks

2014-04-02 Thread Alan Bourke
Any number of ways ranging from FPUTS() to my preferred method which would be: set textmerge on noshow set textmerge to myfile.txt \this is my first line \this is my last line set textmerge off set textmerge to On Wed, Apr 2, 2014, at 04:09 PM, Wes Wilson wrote: How do I print to a file

Re: Printing to a file using question marks

2014-04-02 Thread Gianni Turri
Hi Wes, try this: set printer to MyFile.txt set printer ON ? ? ? 'this is my first line' ? ? 'this is my last line' set printer OFF set printer to -- Gianni On Wed, 2 Apr 2014 08:09:51 -0700 (PDT), Wes Wilson erwweswil...@yahoo.com wrote: How do I print to a file using question marks?

Re: Printing to a file using question marks

2014-04-02 Thread Joe Yoder
I think you were probably trying to remember set alternate to file name set alternate on ?s set alternate off set alternate to Joe On Wed, Apr 2, 2014 at 11:40 AM, Gianni Turri gianni...@gmail.com wrote: Hi Wes, try this: set printer to MyFile.txt set printer ON ? ? ? 'this