Re: String comparison

2004-06-30 Thread Simon Lord
Got it. answer replaceText(fullPATH, sessionPATH, "") On Jun 30, 2004, at 11:09 AM, Simon Lord wrote: I have two strings, file paths actually. Both path names are the same for the first ~5 directories, then the rest is what I'm actually interested in. My questions is, how can I compare string

String comparison

2004-06-30 Thread Simon Lord
I have two strings, file paths actually. Both path names are the same for the first ~5 directories, then the rest is what I'm actually interested in. My questions is, how can I compare string "A" to string "B" and get the difference? Sincerely, Simon __