--- In [email protected], "Sheri" <sheri...@...> wrote:
> I discovered that this works (and also works in older version that guessed at > type) > > appRef.ScriptPreferences.Version = "4.0" > Doesn't work without the quotes around 4.0 even in set_property_typed (and > didn't in older version either.) Ah. I just did local x = 4.0 win.debug(x) x comes back gibberish, probably representation of Bruce's real number format. That would explain. If I could have run code in debugger, I'd probably have seen that Bruce's code had intercepted 4.0 and replaced it with with real-number representation. I'll try to remember to put a not in docs about that.
