Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in mmStringJustStem
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01380784
Message ID:
01382256
Views:
42
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform