"--obj.int" Increments instead of decrementing. Topic is solved

Report problems with documented functionality
User avatar
Flipeador
Posts: 1204
Joined: 15 Nov 2014, 21:31
Location: Argentina
Contact:

"--obj.int" Increments instead of decrementing.

24 Jun 2019, 21:39

Code: Select all

; v2.0-a103-56441b52
o := {n:7}
MsgBox ++o.n  ; 8 - OK.
MsgBox --o.n  ; 9 - ??.
o.n--
MsgBox o.n    ; 8 - OK.
Works properly in v1.
Spoiler
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: "--obj.int" Increments instead of decrementing.  Topic is solved

25 Jun 2019, 02:31

I've submitted fixes for both issues, see :arrow: #140 and :arrow: #141.

Cheers

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 44 guests