|
-
Sep 5th, 2005, 03:32 AM
#1
Thread Starter
Hyperactive Member
[resolved]perfect spaces in between words
how would i make it so that the spacing would be perfect. instead of having more than 1 space, i just want one space in between each word. i tried using the trim() function, but it only removes space from the beginning and end of the word
Last edited by Whatupdoc; Sep 5th, 2005 at 04:05 AM.
-
Sep 5th, 2005, 03:53 AM
#2
Lively Member
Re: perfect spaces in between words
Try this
Code:
Debug.Print Replace("HEY WHAT UP DUDE"," ","")
Replace all double spaces by nothing
Pieter
-
Sep 5th, 2005, 04:01 AM
#3
Thread Starter
Hyperactive Member
Re: perfect spaces in between words
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|