返回二進(jìn)制變量的字節(jié)數(shù).
BinaryLen ( 二進(jìn)制變量 )
二進(jìn)制變量 | 待求值的二進(jìn)制數(shù)據(jù). |
; 創(chuàng)建二進(jìn)制數(shù)據(jù) 0x10203040
Local $binary
= Binary("0x10203040")
MsgBox(0, "以字節(jié)為單位的長(zhǎng)度", BinaryLen($binary))
provider with jb51.net (unicode) |