Could you run
myselect.get_object_description("f")
and tell me whether Search is a method or a get property?
Probably the former, just going on name alone.
--- In [email protected], "Sheri" <sheri...@...> wrote:
> > -- As yet not documented, cause I haven't tested it, but you
> > shold be able to use handle to a unicode string as an argument to
> > any get, put or method call.
>
> Does not seem to be working. E.g., the fourth argument below is a unicode
> handle, but instead of the content of the handle, the handle label
> "u\x05_3001" is being processed.
>
> r=myselect.Search(v[i,1],wholeword,casesensitive,unicode.new(v[i,2]))
>
> Just in case the unicode handle needed to be held in a variable, I also tried
> pre-assigning uh=unicode.new(v[i,2]) and using uh for the argument. No
> improvement.
>
> Regards,
> Sheri
>