Hi, it is about the syntax key SIZEOF(...) in C++.
I am looking for a VB predefined method which does the same as SIZEOF in C++.

e.g Num1 = SizeOf(Array1) //return the size of the Array1

How to write this in VB.