View Single Post
  #25  
Old 04-10-2007, 09:14 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Inverness View Post
Variable type is 2, an object, live I've been saying.

And for the new command, new [size] constructs an empty array not an object.
It is no different than using setArray(name, size);
when you use new, it constructs an array capable of holding objects, something that does not happen when you do not use new. Declare this.whatever a TStaticVar, as i said. You are arguing everything without trying it.
__________________
Reply With Quote