switch bug Topic is solved

Report problems with documented functionality
aliztori
Posts: 117
Joined: 19 Jul 2022, 12:44

Re: switch bug

Post by aliztori » 01 Dec 2022, 03:43

lexikos wrote:
01 Dec 2022, 03:36
This produces "2" with v1.1.36.00.

Code: Select all

v := 00
switch v
{
    case "0": MsgBox 1
    case "00": MsgBox 2
}
Jesus, I can't believe that my Topic caused this problem (almost a bug to be fixed and changed). Thanks, Dude

Post Reply

Return to “Bug Reports”