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...