  | 
	
	
	
		chiu Newbie
 
  Joined: 10 Oct 2000 Posts: 9 Location: China
  | 
		
		  
			
			   Posted: Fri Nov 16, 2001 7:21 am   
  multi-line match   | 
			 
			
				How to make a trigger that can match multi-line text?(without using %line1-x)
 
 
I tried this:
 
#tr {xxxxxxxxxxx%crxxxxxxxx} {xxxxx}
 
but it didn't work. :( | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		iljhar GURU
  
  Joined: 10 Oct 2000 Posts: 1116 Location: USA
  | 
		
		  
			
			   Posted: Fri Nov 16, 2001 8:32 am      | 
			 
			
				Try this:
 
 
#tr {xxxxxxxxxxx$xxxxxxxx} {xxxxx}
 
 
 
Iljhar | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		chiu Newbie
 
  Joined: 10 Oct 2000 Posts: 9 Location: China
  | 
		
		  
			
			   Posted: Fri Nov 16, 2001 12:40 pm      | 
			 
			
				Yup, u r right.
 
Thank u so much. | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		| 
		
		 | 
	
	
		 |