Modify ↓
Opened 15 years ago
Closed 15 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 Changed 15 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
- Version 3.3.1.6 deleted
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.
No. AutoIt needs to have better handling of unsigned integers in general. This will not be done on a function-by-function basis.