Modify ↓
Opened 12 years ago
Closed 12 years ago
#2641 closed Bug (Fixed)
SetError and SetExtended - range for 32bit
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.11.4 | Component: | Documentation |
| Version: | 3.3.11.3 | Severity: | None |
| Keywords: | Cc: |
Description
Please correct in
SetError.txt and SetExtended.txt
now there is:
@error is limited between the values of -2147483647 to 2147483647.
@extended is limited between the values of -2147483647 to 2147483647.
REPRO:
_test() ConsoleWrite(@error & @CRLF & @extended & @CRLF) Func _test() SetError(-2147483648,-2147483648,0) EndFunc
so the correct limits are:
@error is limited between the values of -2147483648 to 2147483647.
@extended is limited between the values of -2147483648 to 2147483647.
Attachments (0)
Change History (1)
comment:1 by , 12 years ago
| Milestone: | → 3.3.11.4 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [9763] in version: 3.3.11.4