Link to home
Start Free TrialLog in
Avatar of tech_question
tech_question

asked on

how to get the length of byte array ?

how can I get the equivalent of this statement

dim b as Byte
dim b1() as byte

I do use LenB(b) and I get the correct value , when I use LenB(b1) - error. How can I use this function LenB or any equivalent on a byte array to get the desired result ?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial