in reply to Find a value from an array in a string

I don't understand your data. Please provide a better set of example data. You were very unclear on how your data is structured.

  • Comment on Re: Find a value from an array in a string

Replies are listed 'Best First'.
Re: Re: Find a value from an array in a string
by Skyler99 (Novice) on Mar 13, 2003 at 19:45 UTC
    This is just an example
    MSH|^~\&||||||||||||| EVN||||| PID||||||||||||||||||||| FT1|||||||77413| MEV|||||||||||||||||||
    The number that I'm trying to match with the array (@accounts) is located in FT1, Sequence 8 or position 8 "77413". I'll appreciate your help.