biggs27
10-21-2002, 07:53 PM
I've got a variable that's pulled as a result of a search engine.
arrFileList(i) = path to the page found by the search engine (i.e., "Staffing/default.htm")
How can I manipulate the output of this variable to just give me "Staffing"? Basically, I need it to give me the information before the first /. It will not always be the same number of characters. If I need to create a new variable, I'm cool with that.
Thanks!
Brian
arrFileList(i) = path to the page found by the search engine (i.e., "Staffing/default.htm")
How can I manipulate the output of this variable to just give me "Staffing"? Basically, I need it to give me the information before the first /. It will not always be the same number of characters. If I need to create a new variable, I'm cool with that.
Thanks!
Brian