H
Heeeeelppp
I am trying to split an 11 digit field into two fields. I have succeeded
with doing this however not every field has 11 digits some of them are 9 and
that makes the right command inaccurate if it should actually end up being
blank.
Example. 12345678901 <-- starting number in original field
after conversion to two fields 123456789 <---left field 01 <----right field
Problem scenario number 123456789 <-----starting number in original field
after conversion to two fields 123456789 <--- left field 89 <----right field
the 89 in right field needs to be blank if only 9 characters exist in the
original field
with doing this however not every field has 11 digits some of them are 9 and
that makes the right command inaccurate if it should actually end up being
blank.
Example. 12345678901 <-- starting number in original field
after conversion to two fields 123456789 <---left field 01 <----right field
Problem scenario number 123456789 <-----starting number in original field
after conversion to two fields 123456789 <--- left field 89 <----right field
the 89 in right field needs to be blank if only 9 characters exist in the
original field