Feb 18, 2004 #1 kaya17 Programmer Feb 9, 2004 78 SG say if the cstring str="ip, hostname, mac address"; how to seperate the three items? thanks!
say if the cstring str="ip, hostname, mac address"; how to seperate the three items? thanks!
Feb 19, 2004 #2 Zyrenthian Programmer Mar 30, 2001 1,440 US Use a combination of CString::Find,Left,Mid and you should be all set Matt Upvote 0 Downvote