Modify ↓
Opened 16 years ago
Closed 16 years ago
#1685 closed Bug (Fixed)
BitRotate, incorrect/misleading (old?) param info.
| Reported by: | mvg | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 16 years ago
comment:2 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5891] in version: 3.3.7.0
Note:
See TracTickets
for help on using tickets.

Erm: confirmed what? Both return with with missing param error.