|
-
Oct 29th, 2001, 10:29 PM
#1
Replacing bits of strings
Ok...what's the VB equivalent of Replace()? I have 2 variables, mainstring and username. Let's say mainstring contains :
$user is cool!
If I wanted to make $user to what's in username I would do
mainstring = Replace(mainstring, "$user", username)
Now how would I do this in C++??
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
|