Alexandre Julliard pushed to branch master at wine / wine Commits: f107d438 by Francis De Brabandere at 2026-04-14T22:00:48+02:00 vbscript: Return DISP_E_TYPEMISMATCH when indexing non-array variables. Indexing or assigning to a non-array, non-dispatch variable (e.g. Integer, String, Boolean, Empty, Null, Double, Date) with variant_call() returned E_NOTIMPL. Windows returns DISP_E_TYPEMISMATCH (error 13). - - - - - 3 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/error.vbs - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f107d438ff3e218daf38a2ae06cdc6d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f107d438ff3e218daf38a2ae06cdc6d... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help