|
-
Jan 29th, 2003, 02:25 PM
#1
Thread Starter
Hyperactive Member
Equation object makes replace function not work
Please help, I am batlling for 2 days now with this problem:
I want to replace a text string, say "*" with "#" in a selected text portion in a RichTextBox.
When I use this code:
X = Replace(RichTextBox1.SelRTF, "*", "#")
RichTextBox1.SelRTF = X
it works fine, but when the selected text contains any maths equation object, it does not work properly. (There is always "###" in front of the equation)
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
|