October 15, 200421 yr I have a slight problem, I either have to get rid of the space between som characters (TE 1 to TE1) and it seems that trim doesn't take care of it.My other option it that ensure that the space is there, and I wonder how that can be accomplished.The language that I'm working in is VB.NET
October 16, 200421 yr Without a loop you can doDim Str as StringStr = "TE 1"Str = Str.Replace(" ","")
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now