mreinsmith
Member
- Local time
- Today, 04:34
- Joined
- Nov 25, 2024
- Messages
- 30
I want to split some strings and I want to specify what delimiter to use.
		
		
	
	
		 
	
I put a space in the delimiter field and click to send it to the click event
Dim strDelimiter As String
strDelimiter = Me.txtDelimiter.Value
msgbox strDelimiter
and I get a Null value error
I want to be able to use other characters of course, I tested a pipe and a dash etc. and they work, but the space is not
How can I do that
Thanks
 I put a space in the delimiter field and click to send it to the click event
Dim strDelimiter As String
strDelimiter = Me.txtDelimiter.Value
msgbox strDelimiter
and I get a Null value error
I want to be able to use other characters of course, I tested a pipe and a dash etc. and they work, but the space is not
How can I do that
Thanks
 
	 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		