Click to See Complete Forum and Search --> : Searching user defined types with ...


jasiu
October 6th, 2001, 04:32 PM
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