The following text sequence needs to have the individual numbers extracted which are then put in individual boxes in a table: "69100 69101 69102 69102" etc
The "problem" is that different departments use different length numbers and some even use Alphanumeric designations.
How can I take the sequence, look as far as a space and take the number to that point then move to the next text after the space and find the number before the following space and so on for the length of the text (len(text))
My current solution only works for me (i.e. 5 digit space 5 digit etc.)
The "problem" is that different departments use different length numbers and some even use Alphanumeric designations.
How can I take the sequence, look as far as a space and take the number to that point then move to the next text after the space and find the number before the following space and so on for the length of the text (len(text))
My current solution only works for me (i.e. 5 digit space 5 digit etc.)