Modify ↓
Opened 14 years ago
Closed 14 years ago
#1685 closed Bug (Fixed)
BitRotate, incorrect/misleading (old?) param info.
Reported by: | mvg | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.7.0 | Component: | Documentation |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | BitRotate size parameter | Cc: |
Description
BitRotate ( value , shift [, size] )
Parameters
value The number to be operate on.
shift Number of bits to rotate to the left (negative numbers shift right).If not given, the default is 1.
size [optional] A string that determines the rotation size, the default is (16 bits). See below.
shift param not optional.
confirmed behavior for Au3Check & AutoIt.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by mvg
comment:2 Changed 14 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5891] in version: 3.3.7.0
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.
Erm: confirmed what? Both return with with missing param error.