View Single Post
  #1   Report Post  
Kevin
 
Posts: n/a
Default Pull numbers from a cell

If I have a call with 3 sets of numbers in it. EG (11 2 8) or (1 12 16)
How can I refer to just the first number or just the second or just the third?
I can't count the characters because some may be single digit and some may
be double digit.
Or if I can split it out into the three numbers that would work.