Returns the number of bytes in a binary variant.
BinaryLen ( binary )
; Create the binary data 0x10203040 Local $binary = Binary("0x10203040") MsgBox(0, "Length in bytes:", BinaryLen($binary))