Re: importing variables from external file

Posted by Felice P16730 on January 16, 2010

In Reply to importing variables from external file posted by Stefan Loeners on January 15, 2010

: My application reads Dephi variable names from an ini file. That ini file contains variable names (not values). The variables are declared in my application (obviously). Here is the tricky part: the values should be assigned to the variables in the Delphi app at runtime.
---------------

Sorry, I don't get the purpose of the ini file.

Is it for changing the names of variables that were declared previously in your app?

And if the ini file doesn't contain values, from where does the app get the values for the variables? Always the same values, "hard-wired" in your code?


Related articles

       

Follow Ups