I am looping through my contact which has 5000 contacts is there a faster way to help me loop Through.
It is not a must contact but assume records of up to 1,000,000 Records.
Any algorithm to help me in this will highly appreciate.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			It is not a must contact but assume records of up to 1,000,000 Records.
Any algorithm to help me in this will highly appreciate.
			
				Loop:
			
		
		
		For i=0 to 100000
' any faster way to loop through without making the phone freeze
Next