Hi,
I am trying to store 3 variables (partNumber, numOfParts, partPrice) into a text file. Right now, I can get them into a file but cannot figure out how to list them on seperate lines. Ex:
partNumber
numOfParts
partPrice
I also need the function to go the the last line of the text file before storing the next 3 Variables ... so I can create a Part list that I will later read from. I have to make sure no lines with text are overwritten.
Does anyone have any advice? Or are there any examples out there that are similar to this?
Thanks
-Tim
I am trying to store 3 variables (partNumber, numOfParts, partPrice) into a text file. Right now, I can get them into a file but cannot figure out how to list them on seperate lines. Ex:
partNumber
numOfParts
partPrice
I also need the function to go the the last line of the text file before storing the next 3 Variables ... so I can create a Part list that I will later read from. I have to make sure no lines with text are overwritten.
Does anyone have any advice? Or are there any examples out there that are similar to this?
Thanks
-Tim