| 
 Posted by kulet on 06/15/97 11:57 
Hi guys! Got stuck with this.. 
I have a chunks of text separated with blanc line. All I need is to 
take every last 3 lines of that text before the blanc line and put it 
in to the new text file: example: 
 
1some text 
2some text 
3some text 
4some text 
5some text 
 
6some text 
7some text 
8some text 
9some text 
10some text 
 
11some text 
12some text 
13some text 
14some text 
15some text 
 
End result mast be... 
 
3some text 
4some text 
5some text 
8some text 
9some text 
10some text 
13some text 
14some text 
15some text 
 
Any idea?
 
  
Navigation:
[Reply to this message] 
 |