Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logic help
Message
De
27/05/2010 19:55:32
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Versions des environnements
Environment:
VB 9.0
Divers
Thread ID:
01466186
Message ID:
01466324
Vues:
38
>Hi Cetin,
>Why is the second part False.. I guess that is my problem.
>Daniel

In your code:
mCity = ""
'...

... (Not mAddress1.Trim().StartsWith(mCity.Trim()))
That would mean:
(Not mAddress1.Trim().StartsWith(""))
Since all strings start with "", mAddress1.Trim().StartsWith("") is TRUE and applying NOT to it the result is FALSE.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform