> If you are writing in C# then I would make sure you are
> comparing not setting:
>
>         if( lista.Count == 0) { /* ... */ }
>
> Instead of:
>
>         if( lista.Count = 0) { /* ... */ }

        this won't compile in C#

                FB

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to