Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any reason or error
Message
 
 
À
28/08/2001 08:43:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00549746
Message ID:
00549753
Vues:
13
>WHY?
>?'kkk' != '' returns .F.

IF SET EXACT is OFF then foxpro would compare strings only until the end of the string on the right-hand side. It means that any character expression on the left site will be equal to the empty string. You can use '==' operator for exact comparison
? NOT ("kkk" == "")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform