Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALLTRIM not trimming
Message
 
 
À
21/01/2010 09:18:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01445103
Message ID:
01445196
Vues:
30
>I just tried it in VFP 9 SP02 with the hotfixes applied and it works fine; try this:
>
>
>lcTest = "Test" + CHR(160)
>?IIF(RIGHT(lcTest,1)=CHR(160),.T.,.F.)    && Returns True
>lcTest = ALLTRIM(lcTest,1,CHR(20),CHR(160))
>?IIF(RIGHT(lcTest,1)=CHR(160),.T.,.F.)   && Returns False
>
Is this one the latest hotfix

http://support.microsoft.com/default.aspx/kb/968409

?

Also, can anyone with or without hotfix confirm the behavior I'm seeing?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform