home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-02-04 | 741 b | 24 lines |
- [general]
- screen=1280,1024
- autostepdelay=1
- args=
- version=0.97
- [mainform]
- windowpos=25,379,726,621,0
- splitpos=52,1
- [watches]
- expression=line
- [fileviews]
- view=output,460,69,435,300,0
- view=input,18,67,435,300,0
- [notes]
- windowpos=772,439,435,464,0
- note=
- 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.
- note=
- note=The task of the program is to remove 'detail-sections' from an input file ... where a detail-section is everything between:
- note= - a line beginning with "Detailed Analysis" and
- note= - a line beginning with "Group"
- note=
- note=The "Group" line marks the start of the next group summary and _is_ written to the output.
-