09.10.2008, 07:24:58
You can put the section in any INI file, and put anything in the referenced INI file.
As I said, there's a limit to 10 include depth, meaning if you include (depth 1) a file that includes (depth 2) another file that includes (depth 3) another file that includes (depth 4) another file that includes (depth 5) another file that includes (depth 6) another file that includes (depth 7) another file that includes (depth 8 ) another file that includes (depth 9) another file that includes (depth 10) another file, the last one won't be loaded. Let it blow your mind.
(It was planned before, I just found a simple way to do it yesterday, so I implemented it.)
As I said, there's a limit to 10 include depth, meaning if you include (depth 1) a file that includes (depth 2) another file that includes (depth 3) another file that includes (depth 4) another file that includes (depth 5) another file that includes (depth 6) another file that includes (depth 7) another file that includes (depth 8 ) another file that includes (depth 9) another file that includes (depth 10) another file, the last one won't be loaded. Let it blow your mind.
(It was planned before, I just found a simple way to do it yesterday, so I implemented it.)