https://bugs.winehq.org/show_bug.cgi?id=55037
Bug ID: 55037 Summary: vbscript: Colon on new line after if fails Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: francisdb@gmail.com Distribution: ---
looks similar to bug 54234 but then for the Then instead of the Else
``` If Keycode = StartGameKey Then :pupevent 800 End If ```
without the colon this works
``` If Keycode = StartGameKey Then pupevent 800 End If ```
https://bugs.winehq.org/show_bug.cgi?id=55037
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|vbscript: Colon on new line |vbscript: Colon on new line |after if fails |after Then fails
https://bugs.winehq.org/show_bug.cgi?id=55037
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #1 from temp82@luukku.com --- you could add into version field the wine version you have and add keyword source.
https://bugs.winehq.org/show_bug.cgi?id=55037
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |8.9
https://bugs.winehq.org/show_bug.cgi?id=55037
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Mac OS X Hardware|x86-64 |aarch64
https://bugs.winehq.org/show_bug.cgi?id=55037
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
https://bugs.winehq.org/show_bug.cgi?id=55037
--- Comment #2 from francisdb francisdb@gmail.com --- (In reply to temp82 from comment #1)
you could add into version field the wine version you have and add keyword source.
done, also on my other tickets