--- In [email protected], "Sheri" <sheri...@...> wrote: > Sounds reasonable that only said BSTRs would be potential conversion targets > for unicode. I think I will be able to easily test the new feature when > available with > > local teststring=myselect.contents > > (where myselect is a textframe and contents is a property) > > Currently it comes back as an ANSI string that debugs with one conversion > issued question mark. > > I can also easily alter the contents and re-retrieve it to see what happens. > For example, what happens if the textframe content string is a digit or two?
Methods and get ops return VARIANTs, which includes the vt member, which if VT_BSTR will get the unicode-checking treatment. I would assume contents returns a VT_BSTR. Next week sometime.
