Jul 24, 2003 #1 bigfigkid Programmer Feb 18, 2003 26 CA I am aware of the ltrim, rtrim and trim functions. But I would like to remove any spaces inside a string. Any ideas ?
I am aware of the ltrim, rtrim and trim functions. But I would like to remove any spaces inside a string. Any ideas ?
Jul 24, 2003 #3 DrJavaJoe Programmer Oct 3, 2002 2,143 US Mystring = replace(Mystring, " ", "" Upvote 0 Downvote
Jul 24, 2003 #4 billybobk Programmer Oct 14, 2002 130 US txtBox.text = Replace(myString, " ", "" Upvote 0 Downvote
Jul 24, 2003 #5 billybobk Programmer Oct 14, 2002 130 US Gee DrJava! Musta sent at the same time! (Almost) Upvote 0 Downvote