in reply to Re: Config files
in thread Config files
But if I have :
[section] var1=value1 var2=value1/value2 [another section] var3=value1/value3
Since value1 is repeated so many times, how would you suggest I write the config file?
So since:
var1 = value1
and
var2 = value1/value2
Should I make
var2 = var1 . '/value2'
or
var2 = var1 + /value2
Hope I was clear...please let me know if you didn't understand.
Thanks.
|
|---|