S
shapper
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
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