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.
In reply to Re^2: Config files
by sparkel
in thread Config files
by sparkel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |