Hi.
my problem is; that I can save an array to a file, then read in that array from the file again, but I have no way of knowing how many elements are used (how many instances of a Customer for example, exist within the customer array).
is there a method like CustomerArray.isObject() for example??????
Otherwise what else can I do to find out? I can't use a counter like I have done every time I create an instance of customer...
Anyway, any and all suggestions and comments are V.welcome!
Oxymoron we are all of us living in the gutter.
But some of us are looking at the stars.
my problem is; that I can save an array to a file, then read in that array from the file again, but I have no way of knowing how many elements are used (how many instances of a Customer for example, exist within the customer array).
is there a method like CustomerArray.isObject() for example??????
Otherwise what else can I do to find out? I can't use a counter like I have done every time I create an instance of customer...
Anyway, any and all suggestions and comments are V.welcome!
Oxymoron we are all of us living in the gutter.
But some of us are looking at the stars.