RE: remove suffix
RE: remove suffix
- Subject: RE: remove suffix
- From: "Zavatone, Alex" <email@hidden>
- Date: Thu, 27 Sep 2001 15:49:49 -0700
you could adopt an approach I use in Director's Lingo.
If you set the itemdelimiter or text delimiter to a "." then you can just
return item, "the number of items in mystring - 1) of your text string and
that will be what you want.
This way, you can have periods in the filename if you want and only strip
off the extension.
- Zav