Print Page | Close Window

best way to stripe..

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=2405
Printed Date: 29 March 2026 at 2:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: best way to stripe..
Posted By: the boss
Subject: best way to stripe..
Date Posted: 04 May 2003 at 3:21am
what is the best way to strip out filename with extension from its path... a function can be made to do this but what is the shortest option in terms of code size :)



Replies:
Posted By: MorningZ
Date Posted: 04 May 2003 at 5:18am
Use "InstrRev" to find the last period, then use "Mid" with that position to grab everything before said period

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: MorningZ
Date Posted: 04 May 2003 at 5:20am

and before you go posting: "i'm stupid and lazy as hell, so do all the code for me" like you normally do... here's two links explaining the above function

InstrRev:
http://www.devguru.com/Technologies/vbscript/quickref/instrrev.html - http://www.devguru.com/Technologies/vbscript/quickref/instrrev.html

Mid:
http://www.devguru.com/Technologies/vbscript/quickref/mid.html - http://www.devguru.com/Technologies/vbscript/quickref/mid.html



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: the boss
Date Posted: 04 May 2003 at 3:54pm
Originally posted by MorningZ MorningZ wrote:

and before you go posting: "i'm stupid and lazy as hell, so do all the code for me" like you normally do... here's two links explaining the above function

NOT all the code.. only the certain stuff i asked for...(usually just a few lines only...)  anyway.. i can fix the coe myself.. secondly i didnt asked for a code here.. i asked for a opnion regarding "whats is the best"

InstrRev:
http://www.devguru.com/Technologies/vbscript/quickref/instrrev.html - http://www.devguru.com/Technologies/vbscript/quickref/instrrev.html

Mid:
http://www.devguru.com/Technologies/vbscript/quickref/mid.html - http://www.devguru.com/Technologies/vbscript/quickref/mid.html




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net