Im creating a "Speed Dial" program for a project
the instructions state to "store the data from the array in a sequential file"
can someone please explain to me what this means???
Printable View
Im creating a "Speed Dial" program for a project
the instructions state to "store the data from the array in a sequential file"
can someone please explain to me what this means???
A sequential file has it records in sequential order. Text files are sequential.
but.. wat is.... a sequential order?...
This sentence is in sequential order.
@nitwit3 Is Google available where you are?
I believe the instructions mean to store each value from your array into a file one after the other. So if your array is 1,2,3,4, then your file would appear as such if you opened it in Notepad:
Quote:
1
2
3
4