Hello,
I have a text field:
@(999104,1)
and I want to pick out
'999104' and then '1'
Easy!
But what heppens if:
@(999104,1) + @(999105,2)
and I want to obtain
'999104' & '1' and then '999105' '2'
I have a cursor that is set up to bring in the rows from a table, and will try to find a loop for each row, but how do I do this for field data?
How do I loop along a text field, to keep using INDEX to pull out the various strings.
How can I test that I have actually reached the end of the cell?
Thanks in Advance,
Liam1
I have a text field:
@(999104,1)
and I want to pick out
'999104' and then '1'
Easy!
But what heppens if:
@(999104,1) + @(999105,2)
and I want to obtain
'999104' & '1' and then '999105' '2'
I have a cursor that is set up to bring in the rows from a table, and will try to find a loop for each row, but how do I do this for field data?
How do I loop along a text field, to keep using INDEX to pull out the various strings.
How can I test that I have actually reached the end of the cell?
Thanks in Advance,
Liam1