I need some help with this one, so I hope someone could help me out![]()
I'll try and keep this simple:
I'm reading from a file and extracting 3 strings from the file (abc.txt) and placing them into 3 seperate label captions.
Example:
Label1.Caption = "the cat" (strLine1)
Label2.Caption = "sat on" (strLine2)
Label3.Caption = "the mat" (strLine3)
I then want to rename the same file (abc.txt) that was opened using common dialog to (the cat_sat on_the mat.txt)
Hope someone wiil help this poor newb![]()




Reply With Quote