Updating the size of an array
Posted: Mon Sep 22, 2014 9:55 pm
I am wanting to save a list of peoples names into a file!
Initially, the list is small but I want my program to add names to my list.
My difficulty is that I want my People$() array to increase in size as names are added!
This so my program can allocate People$(# according to list in file at start up!)
Understand what I don't understand? I could use some help.
Some example code might be helpful.
Thanks
Initially, the list is small but I want my program to add names to my list.
My difficulty is that I want my People$() array to increase in size as names are added!
This so my program can allocate People$(# according to list in file at start up!)
Understand what I don't understand? I could use some help.
Some example code might be helpful.
Thanks