Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hard return problem?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00125739
Message ID:
00125756
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform