NogDog wrote:I suspect we need some more info (at least, I do). What data needs to be parsed, and how? What "field" does it go into? Do you have any sample input data and what you'd like as the output?
Data is a directory structure, so in my case something like
directory_a/directory_b/directory_c/directory_d
I want to be able to take the "directory_d" and dump it into a variable and put "directory_c" into another variable.