Quote Originally Posted by fafalone View Post
I don't think so but the same methods you use in VB6 should work. Even if they use an ArrPtr variant of VarPtr in the code because that msvbvm60 call is redirected to an internal implementation (but the built in way for that is to use VarPtr, which in tB supports arrays natively).
You know, it turns out there is such a built-in function! A friend told me that it is called "IsArrayInitialized"!