[Bug 55196] New: VBScript Trailing End If
https://bugs.winehq.org/show_bug.cgi?id=55196 Bug ID: 55196 Summary: VBScript Trailing End If Product: Wine Version: 8.9 Hardware: aarch64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: francisdb(a)gmail.com Below code fails but works correctly on windows Sub Sol20(Enabled) If Enabled Then FlBG20.visible = 1 Else FlBG20.visible = 0 End If End Sub workaround: Sub Sol20(Enabled) If Enabled Then FlBG20.visible = 1 Else FlBG20.visible = 0 End If End Sub might be related to bug 54978 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55196 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55196 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55196 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|VBScript Trailing End If |vbscript: Trailing End If -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55196 --- Comment #1 from francisdb <francisdb(a)gmail.com> --- Another similar case diff that fixes the issue if deltaX <> 0 then u = (t - KeyX(i)) / deltaX - else u = 0 end if + else + u = 0 + end if -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla