09-21-2011 10:15 AM
Hello,
I am taking an input from an instrument and it will return:
(1)
(10)
(13)
(12)
(14)
(7)
I want to map these to:
1
2
3
4
5
6
What is the best way to do this?
09-21-2011 11:01 AM
Here's how I'd do it, assuming you're receiving the data from the instrument as a string, with the parentheses included: