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.