| Title: | *OLD* ALL-IN-1 (tm) Support Conference | 
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 | 
| Moderator: | IOSG::PYE | 
| Created: | Thu Jan 30 1992 | 
| Last Modified: | Tue Jan 23 1996 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 4343 | 
| Total number of notes: | 18308 | 
    I try to use the function FORMAT and MERGE like a pipeline function.
    I followed the example in the documentation Application Programming 
    Vol 2 page 299 :
    
    Under ALL-IN-1 V3.0A :
    
    <FORMAT "<MERGE mailmemo1.blp","titi.lis",lp11,-2,0,0,1
    
    In the result file, I found only the text of OA$CURDOC but nothing
    about the MAILMEMO1.BLP content.
    
    
    Is a known problem or I don't use correctly these functions?
    
    Thanks for your help
    
    Monique
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 4041.1 | The 'hflag' argument is 0 | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Apr 05 1994 10:48 | 12 | 
| The 'hflag' argument is 0, which means that header lines are not included.
                                                      |
                                                      V	
    <FORMAT "<MERGE mailmemo1.blp","titi.lis",lp11,-2,0,0,1
Change this argument to 1 to include header lines.  If you also want
attachments processed change the next argument to '1' as well. 
Richard
 | |||||