home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / DD_LABL.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  996 b   |  29 lines

  1. //
  2. // Module Name: DD_LABL.COD - current (selector name): Menu_Act = 5
  3. // Selectors used : LBL_File, Scope, For_Expr, While_Exp, LBL_Sample, LBL_Dest
  4. //            : Flter_Cond
  5. // Description: DOC. include file for LABEL option.
  6. // Syntax     : LABEL FORM <label file>/? [<scope>] [SAMPLE] 
  7. //                  [FOR <condition>] [WHILE <condition>]
  8. //                  [TO PRINT] [TO FILE <file>]
  9. //
  10. Run Label Form {LBL_File}.lbl
  11. {if Scope || For_Expr || While_Exp || !LBL_Sample then}
  12. {endofpage();}
  13. Command Options:
  14. { if Scope} SCOPE {upper(Scope)}{endif}\
  15. { if For_Expr} FOR {For_Expr}{endif}\
  16. { if While_Exp} WHILE {While_Exp}{endif}\
  17. { if !LBL_Sample} SAMPLE {endif}
  18. {endif}
  19. {endofpage();}
  20. Print Mode: \
  21. {if not FRM_Dest}Send to Default Printer{endif}\
  22. {if FRM_Dest == 1}Send to File {FRM_File}.txt{endif}\
  23. {if FRM_Dest == 2}Screen{endif}\
  24. {if FRM_Dest == 3}Ask User at Runtime{endif}
  25. {if Flter_Cond}Filter: {Flter_Cond}
  26. {endif}
  27. {endofpage();}
  28. // EOP DD_LABL.COD
  29.