Quote Originally Posted by HackerVlad View Post
fafalone, is there a built-in function in TwinBasic to check if the array is initialized?
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).