19 May
2025
19 May
'25
10:47 a.m.
http://bugs.winehq.org/show_bug.cgi?id=58248 --- Comment #3 from francisdb <francisdb(a)gmail.com> --- This is calling the default property / function / sub? class TestClass Public Default Property Get Item(Index) wscript.echo "Item" & Index Item = 40 + Index End Property Public sub Test () wscript.echo "Test" & Me(2) End Sub End Class Dim obj Set obj = New TestClass obj.Test [Running] cscript //Nologo "c:\Users\me\OneDrive\Bureaublad\tempCodeRunnerFile.vbs" Item2 Test42 [Done] exited with code=0 in 0.088 seconds -- 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.