in reply to Re: Problem splitting a string that contains ^I
in thread Problem splitting a string that contains ^I

split with '\t' has helped me. Thank you very much.
  • Comment on Re: Re: Problem splitting a string that contains ^I