[Gambas-user] Question about objects in memory

Demosthenes Koptsis demosthenesk at ...626...
Wed Dec 8 10:53:36 CET 2010


hi,

in the next example, the output of PRINT is the datatype and the address
of memory where the object exists?

' Gambas module file

PUBLIC SUB Main()

DIM aArray AS NEW String[]

PRINT aArray

END

--------
Output:
--------
(String[] 0x21ce4a0)





-- 
Regards,
Demosthenes Koptsis.





More information about the User mailing list