using dbpro. I am trying to open a file and add datat to it.
the program was going to be used to keep track of a work schedule.
so each day i could run it andd the hours i worked and it would save them to the file.
at the end of the week i want to be able to open the text file and see the hours for each day.
however the file must not exist to be able to
open to write.
i have tried to use the read file command
and then delete the file. then accept user input stor it in a variable then writting a file and trying to add the variable but you cannot use string witht hte write file command as far as i can tell. i have tryed to make a temporary folder but the peoblem still keeps me from adding data to the currently existing data i would appreciate some help. thank you for your time sorry for the long post i like to be explanitory
A child's dream never dies.