using a context of a text file (.txt) for perfoming logic (conditional) within a VB6 project


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

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options