How to do string array searches w/ multiple returns.
Fritz Largosa
Ranch Hand
Joined: Sep 12, 2005
Posts: 70
posted
0
Is there a way to search an array for multiple matches? For example My array will have "A","AB","AAB","AA123","BC","BA","BA","BAC","C"..."Z". I want a function to be able to return, A, AB,AAB,AA123 if it receives "A", if the function receives AA it returns AAB,AA123. Anyone have any, ideas, links, documentation, which my be helpful? I'm stuck can't seem to find any helpful info for this one.
Thanks.
Adam Nace
Ranch Hand
Joined: Jul 17, 2006
Posts: 117
posted
0
Basically, you want to return a list. You want something like this: