brainleak
Well-known member
(Coming from vb6 and gradually learning vb.net)
I want to search String1 for occurrences of String2.
If I try String1.Contains(String2) is it possible to include as a parameter the specific position for search start within String1?
	
		
			
		
		
	
				
			I want to search String1 for occurrences of String2.
If I try String1.Contains(String2) is it possible to include as a parameter the specific position for search start within String1?
 
	 
 
		 
 
		 
 
		 
 
		 
 
		