--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > -- modified get_object_description service to return an object's type name by > default, and optionally description and function/property information. Added > aliases get_name and typeinfo
Tested appRef.Selection.Item(1).typeinfo and it seems to be doing the job, thanks. > > -- 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
