Quote:
Originally Posted by Inverness
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.