Modify ↓
Opened 17 years ago
Closed 13 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 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
