I have a field that I would like to split.
Right now it looks like:
cono=1 orderno=1255193 ordersuf=00 lineno=5
I would like to split those into 4 separate fields. I just need to see the data:
1
1255193
00
5
The words and = are always the same: cono=, orderno=, ordersuf= & lineno=
Can you help? Thanks so much in advance!
Right now it looks like:
cono=1 orderno=1255193 ordersuf=00 lineno=5
I would like to split those into 4 separate fields. I just need to see the data:
1
1255193
00
5
The words and = are always the same: cono=, orderno=, ordersuf= & lineno=
Can you help? Thanks so much in advance!