hi there
havent been able to find out how to extract text from a long line
the line waries in length and characters but have 2 static points , the "/" that divides them.
the line would look something like this: "some.long.random.word/[31x:]/another.random.word"
i would like to get: "another.random.word" = var1 and "another.random.word" = var2
dont want to remove any special characters in the "words"
no problem if its done in 2 stadges
thnx