1. How can i save in an array something, so i can use it in the future?
2. how can i print a few records from the array
3. how can i delete a record from the array?
please give examples so i can understand
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
fawzan mohamedPosted May 19, 2011, 10:54 PM
JuliaPosted May 13, 2011, 5:57 PM
Sam HobbsPosted May 13, 2011, 5:53 PM
There are many ways to write data and read it back in. You can use simple strings in separate records as Vulpes shows. You can use a delimited text format such as CSV as in my article. You can use XML and you can use a database. There are many articles for all of that for you to read and study.
VulpesPosted May 13, 2011, 1:52 PM
JuliaPosted May 13, 2011, 1:45 PM
VulpesPosted May 13, 2011, 11:49 AM