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 , 14 years ago
| Version: | 3.3.8.1 |
|---|
comment:2 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.