Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by guinness
- Milestone set to 3.3.11.4
- Owner set to guinness
- 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 [9763] in version: 3.3.11.4