CR 9 SQL2K
I have a memo field like this:
<<value1>><<value2>><<value3>><<Value4>><<Value5>><<Valeu6>><<Value7>><<Value8>> and so on.
I want to extract every third value looping through from the beginning to the end of the string (like Value1, 4, 7, 10 etc) and display each one on a line with a hard return chr{13}, like
Value1
Value4
Value7 etc
Is it possible. I would appreciate the help.
Thanks in advance.
I have a memo field like this:
<<value1>><<value2>><<value3>><<Value4>><<Value5>><<Valeu6>><<Value7>><<Value8>> and so on.
I want to extract every third value looping through from the beginning to the end of the string (like Value1, 4, 7, 10 etc) and display each one on a line with a hard return chr{13}, like
Value1
Value4
Value7 etc
Is it possible. I would appreciate the help.
Thanks in advance.