Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug of the function Isupper() just FYI
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Bug of the function Isupper() just FYI
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01246145
Message ID:
01246145
Vues:
73
Local i
For i = 0 To 255
If Isalpha(Chr(i)) And Upper(Chr(i)) == Chr(i) And .Not.Isupper(Chr(i))
?i, Chr(i)
Endif
Endfor
* displays 131, "ƒ" and 223, "ß"
* Version(1) returns Visual FoxPro 09.00.0000.3504 for Windows [Nov 4 2005 17:39:44]
* * Version(3) returns 00 && English
** but this bug exists for all version of VFP
* This bug has an impact on function STRTRAN() etc
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform