Modify ↓
Opened 16 years ago
Closed 11 years ago
#767 closed Feature Request (Rejected)
Better 64-bit integer support
Reported by: | Valik | Owned by: | Valik |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Currently a lot of integer related functions truncate at 32-bits even if the integer is stored as 64-bits. One possibility is to always store integer values in 64-bits and stop using 32-bit integers altogether. We could provide an Int32() casting function for those cases where it's necessary.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by Jpm
- Owner set to Valik
- Status changed from new to assigned
comment:2 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from assigned 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.