24 Nov
2023
24 Nov
'23
7:52 p.m.
https://bugs.winehq.org/show_bug.cgi?id=55931 --- Comment #4 from Jason Millard <jsm174(a)gmail.com> --- (In reply to Nikolay Sivov from comment #3)
It depends on how it works, we are not testing that initial value is preserved or not.
Okay, I just tested this: Dim h_score : h_score = empty Dim temp : temp = 5 temp = h_score MOD 100000 WScript.echo "Temp " & temp This still outputs Temp 0 -- 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.