Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

String > Strange Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
shapper - 09 Oct 2007 21:55 GMT
Hello,

I have the following code line:
...
Return Array.Sort(categories.ToArray)
...

categories is a Generic.List(Of String)

I get the error "Expression does not produce a value". Why? What is
wrong in my code?

Thanks,
Miguel
Göran Andersson - 09 Oct 2007 22:28 GMT
> Hello,
>
[quoted text clipped - 10 lines]
> Thanks,
> Miguel

There are two things wrong with your code.

1. You are using the ToArray method to create an array, but you doesn't
get a reference to the array. Once the array is sorted, you don't have
any reference to it so you can't reach it.

2. The Sort method doesn't return anything.

Signature

Göran Andersson
_____
http://www.guffa.com


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.