[Git][wine/wine][master] vbscript: Return type mismatch error for indexed assignment to non-array variables.
Alexandre Julliard pushed to branch master at wine / wine Commits: 71acd23a by Francis De Brabandere at 2026-03-20T20:53:02+01:00 vbscript: Return type mismatch error for indexed assignment to non-array variables. When assigning with an index to a variable that is not an array or object (e.g. x(0) = 42 where x is undeclared or holds an integer), return DISP_E_TYPEMISMATCH which maps to VBS error 13 (Type mismatch), matching Windows behavior. - - - - - 5 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/error.vbs - + dlls/vbscript/tests/noexplicit.vbs - dlls/vbscript/tests/rsrc.rc - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/71acd23a03ae550e70367220a2ccc0f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/71acd23a03ae550e70367220a2ccc0f... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)