March 27, 2026
11:12 a.m.
When a non-dispatch variable (integer, string, empty, etc.) is used as a statement with no arguments, return VBSE_TYPE_MISMATCH (error 13) instead of E_NOTIMPL. This matches native Windows VBScript behavior. -- v2: vbscript: Return type mismatch when calling non-dispatch variable as statement. https://gitlab.winehq.org/wine/wine/-/merge_requests/10462