T
Terry
How would I go about extracting a portion of a string that comes before a selected chasracter. In
my case I can find the last occurrance of a "-" (dash) using the inStrRev() function, but what do I
do with the returned value to break up the string?
Terry
my case I can find the last occurrance of a "-" (dash) using the inStrRev() function, but what do I
do with the returned value to break up the string?
Terry