Modify ↓
Opened 13 years ago
Closed 13 years ago
#2067 closed Bug (Fixed)
$n=-2147483648 is not an int32
Reported by: | Jpm | Owned by: | trancexx |
---|---|---|---|
Milestone: | 3.3.9.0 | Component: | AutoIt |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
such value can be stored in an int32 but is stored in an int64
$n=-2147483648 ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $n = ' & $n & " " & VarGettype($n) & @crlf)
same for beta 23
Environment(Language:040C Keyboard:0000040C OS:WIN_7/Service Pack 1 CPU:X64 OS:X86)
Attachments (0)
Change History (1)
comment:1 Changed 13 years ago by trancexx
- Milestone set to 3.3.9.0
- Owner set to trancexx
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [6541] in version: 3.3.9.0