Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in mmStringJustStem
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01380784
Message ID:
01382256
Vues:
41
Thomas,

>JustStem does not work for filenames like /test/myfile.txt
>
>The last return
>
>return FileName.Substring(0, fileName.LastIndexOf('.'));
>
>should be
>
>return FileName.Substring(0, FileName.LastIndexOf('.'));
>
>with the second fileName written with a capital F.

Can you give me an example of JustStem() usage that isn't working for you?

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform