in reply to Re^11: Config files
in thread Config files
It only works if the section name is added on. So,
[path] root = C:\test [path2] m = C:\path2 root = C:\code [check] #this will work p = %[path]root%, %[path2]m% [check2] #this will not work...even though m is only entered once q = %[path]root%, %m%
Please tell me how I can change the code to recognize the correct variable when the path is not mentioned...since m is seen only once in the config file...it should be able to recongnize it...but it does not seem to. Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Config files
by Jenda (Abbot) on Dec 12, 2004 at 01:55 UTC | |
by sparkel (Acolyte) on Dec 15, 2004 at 03:24 UTC | |
by Jenda (Abbot) on Dec 15, 2004 at 15:01 UTC | |
by sparkel (Acolyte) on Dec 20, 2004 at 16:59 UTC | |
by sparkel (Acolyte) on Feb 02, 2005 at 00:14 UTC |