I have the following text:
Field#1 #2 #3 #4
________________________________________________
1110718836003 T 001110718857003 000000513
1111010D010 T 0 000033106
Like to convert to :
"11071-88836-003","5.13"
"11101-0D010","331.06"
Ignore the first character of field#1. if filed1 lenght is 12 spaces display the filed1 as xxxx-xxxx-xx if field is 10 spaces display as xxxxx-xxxxx. On field#4 display as numeric value (ex:0000000513 make it: 5.13)
Thanks again
Field#1 #2 #3 #4
________________________________________________
1110718836003 T 001110718857003 000000513
1111010D010 T 0 000033106
Like to convert to :
"11071-88836-003","5.13"
"11101-0D010","331.06"
Ignore the first character of field#1. if filed1 lenght is 12 spaces display the filed1 as xxxx-xxxx-xx if field is 10 spaces display as xxxxx-xxxxx. On field#4 display as numeric value (ex:0000000513 make it: 5.13)
Thanks again