|
-
Nov 12th, 2006, 03:25 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] weird text question
Ok I have a richtextbox and I want a button that splices text together.
for example
<Hi>
1
<by>
2
</by>
</Hi>
<Hi>
once
<by>
twice
</by>
</Hi>
and I want it so when you press my command button you get
<Hi>
1
once
<by>
2
twice
</by>
</Hi>
I could just use a cut and past code but there might be differnent text in between and more or less of it. If your curios I'm making a coder.
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
|