Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hard return problem?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125739
Message ID:
00125756
Views:
14
Steve,

Most likely it's a chr(26) (End-of-file marker). You can find out exactly what it is with ? asc( right( mText, 1 ) ). You can use mText = CHRTRAN( mText, chr(26), "" ) to get rid of it.

>In my editbox I have text displayed that was built using a SET ALTERNATE ON textfile. The text looks fine, except at the end of the text there appears an unknown character.
>
>The character is a square or rectangular-shaped box about the same size as a text character. I assume it's a hard return or carriage rerturn character symbol.
>
>Does anybody know how I can get rid of it? It shows up in all of my editboxes that are built this way.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform