home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / frogbit / fb-097.exe / COPYLINES3.FP < prev    next >
Encoding:
INI File  |  1997-02-04  |  741 b   |  24 lines

  1. [general]
  2. screen=1280,1024
  3. autostepdelay=1
  4. args=
  5. version=0.97
  6. [mainform]
  7. windowpos=25,379,726,621,0
  8. splitpos=52,1
  9. [watches]
  10. expression=line
  11. [fileviews]
  12. view=output,460,69,435,300,0
  13. view=input,18,67,435,300,0
  14. [notes]
  15. windowpos=772,439,435,464,0
  16. note=
  17. note=This example illustrates how the copy lines and skip lines commands can be used in a loop to selectively copy whole chunks of a file.
  18. note=
  19. note=The task of the program is to remove 'detail-sections' from an input file ... where a detail-section is everything between:
  20. note= - a line beginning with "Detailed Analysis" and
  21. note= - a line beginning with "Group"
  22. note=
  23. note=The "Group" line marks the start of the next group summary and _is_ written to the output.
  24.