thosan Posted October 15, 2004 Posted October 15, 2004 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
CoffeeFiend Posted October 15, 2004 Posted October 15, 2004 (edited) . Edited November 7, 2006 by crahak
jdoe Posted October 16, 2004 Posted October 16, 2004 Without a loop you can doDim Str as StringStr = "TE 1"Str = Str.Replace(" ","")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now