|
-
April 27th, 2004, 05:18 PM
#2
RE: Get substring
Originally quoted by vcstarter
I want to separate the string to another string where I have to look for the comma
If you have VC.net which uses the "new" CSimpleStringT you can use Tokenize which works like the old strtok. Otherwise you can do it with CString::Find, CString::Mid and a while loop.
TDM
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
|