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.