Calcule le nombre d'octets d'une variable de type binaire.
BinaryLen ( binary )
Binary, BinaryMid
#include <MsgBoxConstants.au3> Local $dBinary = Binary("0x10203040") ;Cr�e des donn�es binaires � partir d'une cha�ne. MsgBox($MB_SYSTEMMODAL, "", "The length of the binary is: " & BinaryLen($dBinary))