External Variable Declaration

  • Thread starter Thread starter ehntd
  • Start date Start date
E

ehntd

I have a .txt file in which I have 3 variable declarations. I want t
be able to read this file and integrate it as part of my code. Th
variables will be in the program as global variables and they ma
change (the txt file may change). How can I do this? :rolleyes:

I was trying to do it through CodeModule... but for this I was deletin
every time and I could only insert full subs, but I only want to replac
the variables that are declared with what is on the txt file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top