I am having problems trying to read from a file and then writing to the file. I have a file that initially has nothing. When the form loads for the first time, I want to create the file and add some text to it, for example,
Then close the file.
SC1 through SC5 represent folders and in those folders will be, let's say, five jpg files. I wamt to be able to, when a button is clicked, the first line 25, might be changed to 20. HOw do I just change that one line and keep the other lines the way they are. Eventually, each SC1 through SC5 will have a value.
TIA
Mike V.
Code:
25
SC1=
SC2=
SC3=
SC4=
SC5=
SC1 through SC5 represent folders and in those folders will be, let's say, five jpg files. I wamt to be able to, when a button is clicked, the first line 25, might be changed to 20. HOw do I just change that one line and keep the other lines the way they are. Eventually, each SC1 through SC5 will have a value.
TIA
Mike V.