DarkBASIC Professional Help Wiki
Advertisement


Gets the array table address for the specified array.

It will return an address of 0 if the array has not been dimensioned.


Syntax


Ptr to array = GET ARRAYPTR( Array() )
Advertisement