R
Robert Bravery
Hi all,
I have initialised an array with out length
I want to loop throu a data table and ad values froma column into the array,
to be used elswhere.
foreach (DataRow drview in dtview.Rows)
{
I want to add another item to the periods array
}
Or if I have to have the array's length predefined, how do I increas its
length after creation
Thanks
Robert
I have initialised an array with out length
I want to loop throu a data table and ad values froma column into the array,
to be used elswhere.
foreach (DataRow drview in dtview.Rows)
{
I want to add another item to the periods array
}
Or if I have to have the array's length predefined, how do I increas its
length after creation
Thanks
Robert