March 20, 2026
8:32 a.m.
When declaring variables with Dim in a visible named item context, check the named item's IDispatch for each variable name via GetIDsOfNames. This matches Windows VBScript behavior where Dim probes the host object before creating the variable. -- v6: vbscript: Check named item dispatch for Dim variable names. https://gitlab.winehq.org/wine/wine/-/merge_requests/10393