Does anyone know if it's possible to take a context of a txt file and use it as a conditioal statement within VB6? For example, I have a txt file named "logic.txt" and within the first line of the text file I have this statement...If Text1.Text = 2 Then MsgBox "OK". I would like to read this line into my project and use the statement as one of my logic. Is this possible within VB6?
Thanks,
zsi
Post new comment