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 mvg, 15 years ago

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

comment:2 by J-Paul Mesnage, 15 years ago

Resolution: No Bug
Status: newclosed

$tmp1 is an integer as opposed to $tmp2 which contains a "binary string"

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.