Click here to Skip to main content
15,883,982 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am developing a simple mail application. For that I wanted to read the To address from a textbox. Each address is separated by ';'. My requirement is that I need to store the entire address in CStringArray. How can I do this?. Please Help me.

Thanks,
Lajesh.D
Posted
Updated 21-Dec-10 17:59pm
v2

1 solution

You can use CString::Tokenize() function to extract each address seperated by ';'. http://msdn.microsoft.com/en-us/library/k4ftfkd2(v=vs.80).aspx[^]
 
Share this answer
 
Comments
ShilpiP 22-Dec-10 0:27am    
+5 :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900