Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dots appearing in richtext

Status
Not open for further replies.

vanni75

Programmer
Nov 27, 2002
29
BE
Hi,

I'm using a Richtextcontrol to show some text. When I save the content of the richtextcontrol (RTFTEXT) into a table and redisplay it , there appear dots in it. It just like they are representing tabs... How can I prevent this?

Thx!

 
If you can figure out the ASCII value. Try copying the character and pasting it: ?asc(&quot;<paste>&quot;)

Take the returned numeric value and remove it using chrtran(MyString,chr(asc(&quot;<paste>&quot;)),&quot;&quot;)

Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top