ww wrote:
> I'm using JED and can't find a way to print my code to the printer. I
> tried LIST and COPY but I can't get the options right. I can send
> records to the printer but can't figure out code printing
>   
For printing source code, you are probably better using the jfb command:

jfb -?
Help for program jfb

jfb {-Options} FileList {(Options)}
If the -F or (F) option is used, then we use the legacy conventions
   as in Filename {ItemId|*|}.

Can be preceded by a select list

Supported options are -
        (C)   - Comments to become indented with source code
        (Lnn{,m}) - Set indentation level to nn (default of 3), with
                initial code intentation set to m*n spaces (default 0)
        (Mnn) - Maximum indentation level set to nn (default 10)
        (N)   - Do not wait for keyboard input between pages
        (P)   - Send output to printer
        (Snn) - The precentage split across output to place comments
        (T{nn})-Tabs stops to be other than default of 4 characters
        (V)   - Place '+' vertically to see indents properly

The options can be the -X equivalent as in -L12,3 or -NP

But also, given you are developing, you may find it easier to send 
output to the native printer devices via lp, or print from an editor in 
Windows.


Jim


--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to