how to stored data in a file
combine data items to form a single string
store each group of items on a seperate line
seperate data items using a special character
how files save time
write data to a file then close the file
when the computer is turned off the data is retained and saved
the next day data can be read from the file and doesnt have to be re entered
read each line of a file
WHILE NOT EOF <filename> DO
READLINE "filename", ThisLine</filename>