﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2164	Binary type need more functions	anonymous		"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."	Feature Request	closed		AutoIt		None	Rejected	Binary, performance	
