- Joined
- Aug 3, 2009
- Messages
- 3
- Reaction score
- 0
please can someone help me, how can i resize my array if my data type is String?
this is some piece of the code:
while(collisionchecker()) // while the method "collisionChecker" returns true
{
arraysize = arraysize*2; // the arraysize is doubled..
//then change the size of the array to the new arraysize which is doubled
}
please help me...:love:
this is some piece of the code:
while(collisionchecker()) // while the method "collisionChecker" returns true
{
arraysize = arraysize*2; // the arraysize is doubled..
//then change the size of the array to the new arraysize which is doubled
}
please help me...:love: