gchq
Well-known member
- Joined
- Dec 14, 2007
- Messages
- 168
- Programming Experience
- 10+
Hi there
I am attempting to set the delimeters for reading a csv file to a variable (in case it is not seperated by a comma) so that in
	
	
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
"," can be set as a variable - I have tried a number of ways but the character literal is the problem.
Thanks
	
		
			
		
		
	
				
			I am attempting to set the delimeters for reading a csv file to a variable (in case it is not seperated by a comma) so that in
			
				VB.NET:
			
		
		
		Reader.SetDelimiters(","c)"," can be set as a variable - I have tried a number of ways but the character literal is the problem.
Thanks
 
	 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		