Modify ↓
Opened 16 years ago
Closed 16 years ago
#1309 closed Feature Request (Rejected)
BitShift() as Unsigned Integer by Default
| Reported by: | wraithdu | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | bitshift | Cc: |
Description
Change AutoIt's default BitShift() behavior to peform the operation as an unsigned integer (like C++). Optionally add a flag to force the operation to be performed as a signed integer as well.
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
| Version: | 3.3.1.6 |
Note:
See TracTickets
for help on using tickets.

No. AutoIt needs to have better handling of unsigned integers in general. This will not be done on a function-by-function basis.