Hi All,
I have a shared code module that I use to store a lot of application variables such as icon names, standard dimensions, colours etc. As this list of the variables (and some constants) grows I am starting to ask myself if a list of variables is the best bet.
For memory concerns would it be better to create these as functions that return the value rather than variables?
Not knowing the way they are stored in memory I don't know which is best...
Thanks for any advice.
Regards
Jon
I have a shared code module that I use to store a lot of application variables such as icon names, standard dimensions, colours etc. As this list of the variables (and some constants) grows I am starting to ask myself if a list of variables is the best bet.
For memory concerns would it be better to create these as functions that return the value rather than variables?
Not knowing the way they are stored in memory I don't know which is best...
Thanks for any advice.
Regards
Jon