Modify ↓
Opened 13 years ago
Closed 11 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 Changed 13 years ago by TicketCleanup
- Version 3.3.8.1 deleted
comment:2 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
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.
Automatic ticket cleanup.