| stovertl1 
								Newbie  
								Posts: 6
								
								
								
								
								
							 | 
								|  | «  on: July 28, 2008, 06:34:02 pm » |  | 
 
 Is there any way to have Win32Pad perform a search and replace limited to the range of lines selected before invoking the search and replace function.
 For example, suppose my file contains:
 
 Line #1
 Line #2
 Line #3
 Line #4
 
 I would select lines 2 and 3 and the invoke Search & Replace to change the word Line to the word Loan.  I would like the output to appear as:
 
 Line #1
 Loan #2
 Loan #3
 Line #4
 
 but unfortunately the word Line is changed to the word Loan on all lines.  My selection appears to be ignored.
 
 |