I have this

Type aka
named as string
alias as string
end type

Public rd(1 to 10) as aka

Now, how do I search RD ?

ie the following failed: d = Filter (rd, "mytexttosearch)

how else can I do this without using for/loops ?

TIA

Jasiu