Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logic help
Message
From
27/05/2010 19:55:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
VB 9.0
Miscellaneous
Thread ID:
01466186
Message ID:
01466324
Views:
37
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform