Connecting Tech Pros Worldwide Forums | Help | Site Map

string help

=?Utf-8?B?cm9kY2hhcg==?=
Guest
 
Posts: n/a
#1: Apr 16 '07
hey all,
if i had a list like
ColorRed
TestBlue
NumberTwo

What's the easiest way to insert a space between each word?

thanks,
rodchar

schneider
Guest
 
Posts: n/a
#2: Apr 16 '07

re: string help


Look for the Upper and Lower case transition. Ignore first and last
characters of the string.

Schneider

"rodchar" <rodchar@discussions.microsoft.comwrote in message
news:E9C9BBAE-480C-4086-96A5-CE46F8ED0DB3@microsoft.com...
Quote:
hey all,
if i had a list like
ColorRed
TestBlue
NumberTwo
>
What's the easiest way to insert a space between each word?
>
thanks,
rodchar

Closed Thread