Modify ↓
Opened 15 years ago
Closed 15 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 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
$tmp1 is an integer as opposed to $tmp2 which contains a "binary string"
Note:
See TracTickets
for help on using tickets.

Works perfect at this end.
(ergo: no bug)