Opened 15 years ago
Closed 14 years ago
#1886 closed Feature Request (Rejected)
64 or 128-bit numbers
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: | 
Description
I would like to see 128-bit numbers handled in AutoIt3.  128-bit numbers would be useful as a structure container for GUIDs.  you could map out a $tagGUID onto a single 128-bit number and then simply use it, I would hope.
64-bit numbers are useful because the filesystem of windows uses 64-bit addressing.  AND, if you request disk space from windows using GetDiskFreeSpaceEx() (for WinNT systems with kernel32.dll) or its fallback GetDiskFreeSpace() (for win9x/me systems), the former uses PULARGEINTEGER (ULARGEINTEGER) which is a structure that can be addressed using .QuadPart as a 64-bit unsigned integer.
64-bit integers are useful because of their sheer size/range.  you can do PLENTY more with 64-bit numbers.  make better calculators, etc.  128-bit would be even better.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by TicketCleanup
- Version 3.3.6.1 deleted
comment:2 Changed 14 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
We already support 64bit integers (signed).
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.


Automatic ticket cleanup.