https://bugs.winehq.org/show_bug.cgi?id=53782
Bug ID: 53782 Summary: vbscript can not compile ReDim with list of variables Product: Wine Version: 7.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: jsm174@gmail.com Distribution: ---
While working on leveraging the vbscript engine of Wine for a macos/linux port of Visual Pinball, I've been testing several user made scripts.
I've found some scripts that have lists when using redim. The following works in real VBS, but fails here:
dim ax(), ay() redim ax(4), ay(5)
Wscript.Echo UBound(ax) Wscript.Echo UBound(ay)
https://bugs.winehq.org/show_bug.cgi?id=53782
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |sloper42@yahoo.com Status|UNCONFIRMED |NEW
--- Comment #1 from Robert Wilhelm sloper42@yahoo.com --- confirming.
https://bugs.winehq.org/show_bug.cgi?id=53782
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |45053135ae0c86d5ecae841ce20 | |d61b1e34ba993 Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This is now fixed, 45053135ae0c86d5ecae841ce20d61b1e34ba993.
https://bugs.winehq.org/show_bug.cgi?id=53782
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.22.
https://bugs.winehq.org/show_bug.cgi?id=53782
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.0.x
https://bugs.winehq.org/show_bug.cgi?id=53782
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|7.0.x |---
--- Comment #4 from Michael Stefaniuc mstefani@winehq.org --- Drop 7.0.x target milestone from bugs that didn't make it.