Functions as default values…
Friday, September 21st, 2007If you have a program with parameters that have default values and you want the user to be able to change the default values of the parameters, without you having to change the value in the code, then put that data in a table.
Why shouldn’t you just retrieve the data from the table in the [...]


