Thank you for your quick response.
I have some ideas I think may work.
I'll update this post after my idea is tried and hopefully succeeds!
- I value your time! Thanks
Search found 2 matches
- Tue Sep 23, 2014 8:31 am
- Forum: BASIC programs
- Topic: Updating the size of an array
- Replies: 3
- Views: 1942
- Mon Sep 22, 2014 9:55 pm
- Forum: BASIC programs
- Topic: Updating the size of an array
- Replies: 3
- Views: 1942
Updating the size of an array
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 u...