Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manipulating Data Prior To Display
Message
De
20/12/2004 08:23:02
 
 
À
16/12/2004 09:57:56
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00967471
Message ID:
00970570
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform