Results 1 to 2 of 2

Thread: find in array and get all related value

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,941

    find in array and get all related value

    I have an array similar

    1 2 3 6 7 8 9 aaaaa
    2 5 8 7 9 4 5 bbbbb
    ...
    we gt 56 yu 89 d5 fr ccccc

    how to search in array to the last item based my_var=bbbbb

    In this case return:
    2 5 8 7 9 4 5

    you can know:
    not possible duplicates in last item of array
    Last edited by luca90; Sep 2nd, 2011 at 07:05 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width