Modify

Opened 14 years ago

Closed 13 years ago

#2164 closed Feature Request (Rejected)

Binary type need more functions

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Binary, performance Cc:

Description

BinaryFromArray
&
BinaryToArray (with parameter for element size in bytes, default 1)
Ex:

$binBuff = Binary("0x2000200A")

$binArray = BinaryToArray($binBuff)
;...now $binArray = [32, 0, 32, 10]
;StringToASCIIArray(BinaryToString()) has 20-30% performance penalty

$binArray = BinaryToArray($binBuff, 2)
;...now $binArray = [32, 2592]
;extra functionality

and...
BinaryInBin (like StringInStr)
BinaryLeft
BinaryRight
BinaryReplace

thanks.

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 14 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

comment:2 by Jon, 13 years ago

Resolution: Rejected
Status: newclosed

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.