Hi,
I have an output from a database thats looks something like;
3 55 XXX0001 222333 A P1 day 5 13 hour
I need to cut out the 222333 part which I tried with MID but the first digit (3 in the example) can be >10 in the same data set.
Any ideas how to cut after the 3rd blank space and after the 4th to get the ID?
Thanks In Advance
Will
I have an output from a database thats looks something like;
3 55 XXX0001 222333 A P1 day 5 13 hour
I need to cut out the 222333 part which I tried with MID but the first digit (3 in the example) can be >10 in the same data set.
Any ideas how to cut after the 3rd blank space and after the 4th to get the ID?
Thanks In Advance
Will