Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating Data Prior To Display
Message
From
20/12/2004 08:23:02
 
 
To
16/12/2004 09:57:56
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00967471
Message ID:
00970570
Views:
33
Hi Bonnie,

Sorry to pester. I think I have solved the previous error by changing

>vr.Sort(MyArrayListSorter);

to

vr.Sort(new MyArrayListSorter());

The code is now going into your sorting routine, but then erroring on the line

s1 = s1.Substring(s1.Length() - 9);

with error text (128): 'string.Length' denotes a 'property' where a 'method' was expected

I'm afraid that I am now stumped again.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform