Creating series array
Posted: Wed Jun 24, 2009 1:33 pm
Hello,
I am trying to create series array variable, while declaring and initializing variable, it raises an exception as class not supported.
Series series_passbook_types[] = new Series[10];
How will I declare and create array of type Series?
Thanks and Best,
Veeranna Ronad.
I am trying to create series array variable, while declaring and initializing variable, it raises an exception as class not supported.
Series series_passbook_types[] = new Series[10];
How will I declare and create array of type Series?
Thanks and Best,
Veeranna Ronad.