EDN Admin
Well-known member
hey there,
I want to declare a single dimentional array somewhere and then increase its size dynamically inside a foreach loop.
e.g.:
//declare array2
foreach int i in array1
{
//increase size of array2
}
View the full article
I want to declare a single dimentional array somewhere and then increase its size dynamically inside a foreach loop.
e.g.:
//declare array2
foreach int i in array1
{
//increase size of array2
}
View the full article