Helo all,
Can anyone help me .I want to put dilimiter in the substring of a whole string. Here is the string
Amitav 12/3/2009,234,201,210,222
I want to put dilimiter in the left most substring like this
Amitav,12/3/2009,234,201,210,222
______________
How can i do that.
Thanks

Recommended Answers

All 2 Replies

So, you want the string to start off with a comma? Well then....

MyString = "," & MyString

Good Luck

Thanks for your quick response

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.