Hi-
Right now I'm writing the following to a text file:
Client Name, Project Name,Today's Date, Hours and Mins
with the method Open blah for Append as fileNum
Print #1, Client, Project, cDate, cHour, cMin
When I want to extract those variables back out of the text file so that I can format them and print them out in a nice fashion, I don't know how to grab and seperate them back into variables.![]()




Reply With Quote