Modify ↓
Opened 14 years ago
Closed 14 years ago
#1853 closed Bug (No Bug)
BinaryLen of hex expression computed string long
Reported by: | thesnoW | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
$tmp1=0x11
$tmp2=Binary("0x11")
MsgBox(32,"",BinaryLen($tmp1))
MsgBox(32,"",BinaryLen($tmp2))
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by mvg
comment:2 Changed 14 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
$tmp1 is an integer as opposed to $tmp2 which contains a "binary string"
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.
Works perfect at this end.
(ergo: no bug)