I have some output that can be either:
Medium label : CS7009
or
Medium label : [CS7324D] CS7324
The code I have works good until the 2nd type of output appears.
I want to be able to either remove the "[CS7324D]" or just grab the contents in between the "[ ]".
This is on a "while......do" loop with an array so it has be able to also work with the first output.
Thanks
Medium label : CS7009
or
Medium label : [CS7324D] CS7324
The code I have works good until the 2nd type of output appears.
I want to be able to either remove the "[CS7324D]" or just grab the contents in between the "[ ]".
This is on a "while......do" loop with an array so it has be able to also work with the first output.
Thanks